From 281a466eb79884948946d8b0aeabca0d1439695e Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Fri, 9 Dec 2011 16:50:47 +0100 Subject: [PATCH] configure script: fix indentation --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c9fb2988..cad6b2b7 100644 --- a/configure.ac +++ b/configure.ac @@ -688,6 +688,7 @@ fi dnl ----- see etc/afpd/quota.c AC_DEFINE(HAVE_BROKEN_DBTOB, 1, [Define if dbtob is broken]) + dnl ----- Linux/alpha specific ----- if test x"$this_cpu" = "xalpha"; then AC_MSG_RESULT([enabling gcc memcpy bug workaround]) @@ -846,7 +847,7 @@ fi dnl ------ Check for sendfile() -------- netatalk_cv_search_sendfile=yes AC_ARG_ENABLE(sendfile, - [ --disable-sendfile disable sendfile syscall], + [ --disable-sendfile disable sendfile syscall], [if test x"$enableval" = x"no"; then netatalk_cv_search_sendfile=no fi] -- 2.39.2