From 97993515df47fb82f4573503b343788e56ef352a Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 5 May 2010 00:33:07 +0200 Subject: [PATCH] configure script: fix indentation --- configure.ac | 1 - macros/cups.m4 | 2 +- macros/quota-check.m4 | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 176c03b1..c9fb2988 100644 --- a/configure.ac +++ b/configure.ac @@ -688,7 +688,6 @@ 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]) diff --git a/macros/cups.m4 b/macros/cups.m4 index 5507aa4d..61e83aa5 100644 --- a/macros/cups.m4 +++ b/macros/cups.m4 @@ -42,7 +42,7 @@ AC_DEFUN([NETATALK_AC_CUPS], [ AC_ARG_WITH(spooldir, - [ --with-spooldir=PATH path for spooldir used for CUPS support (LOCALSTATEDIR/spool/netatalk)],[ + [ --with-spooldir=PATH path for spooldir used for CUPS support (LOCALSTATEDIR/spool/netatalk)],[ if test "$withval" = "no"; then if test x"$spool_required" = x"yes"; then diff --git a/macros/quota-check.m4 b/macros/quota-check.m4 index 44e89bc9..3f7ce9b4 100644 --- a/macros/quota-check.m4 +++ b/macros/quota-check.m4 @@ -4,7 +4,7 @@ dnl FIXME: This is in now way complete. AC_DEFUN([AC_CHECK_QUOTA], [ AC_ARG_ENABLE(quota, - [ --enable-quota Turn on quota support (default=auto)]) + [ --enable-quota Turn on quota support (default=auto)]) if test x$enable_quota != xno; then QUOTA_LIBS="" -- 2.39.2