]> arthur.barton.de Git - netatalk.git/commitdiff
configure script: fix indentation
authorAlexander Barton <alex@barton.de>
Fri, 9 Dec 2011 15:50:47 +0000 (16:50 +0100)
committerAlexander Barton <alex@barton.de>
Sat, 4 Feb 2012 09:41:46 +0000 (10:41 +0100)
configure.ac

index c9fb29882d9f7ca36b930ab2143fa9fb93c0606f..cad6b2b70ebbcd3c87c9ffc26ab82870bdd40fc6 100644 (file)
@@ -688,6 +688,7 @@ fi
        dnl ----- see etc/afpd/quota.c
        AC_DEFINE(HAVE_BROKEN_DBTOB, 1, [Define if dbtob is broken])
 
        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])
        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,
 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]
     [if test x"$enableval" = x"no"; then
             netatalk_cv_search_sendfile=no
         fi]