From: Alexander Barton Date: Fri, 9 Dec 2011 15:50:47 +0000 (+0100) Subject: configure script: fix indentation X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=281a466eb79884948946d8b0aeabca0d1439695e configure script: fix indentation --- 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]