s3:build: reformat AC_ARG_ENABLE(external_libtalloc...)
authorMichael Adam <obnox@samba.org>
Fri, 6 May 2011 14:38:38 +0000 (16:38 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 13 May 2011 14:42:24 +0000 (16:42 +0200)
source3/configure.in

index f4e8620810be830d73c6f1f48a9eff7a3876042b..1c39f358fcf477fcaa2a20ea4e282d6e2f3e7cbf 100644 (file)
@@ -2088,8 +2088,11 @@ LINK_LIBSMBCLIENT=STATIC
 #  TODO: for talloc and tdb (at least), these should
 #  be extracted from their respective source directories
 #
-AC_ARG_ENABLE(external_libtalloc, [AS_HELP_STRING([--enable-external-libtalloc], [Enable external talloc [default=auto]])],
-[ enable_external_libtalloc=$enableval ], [ enable_external_libtalloc=auto ])
+AC_ARG_ENABLE(external_libtalloc,
+       [AS_HELP_STRING([--enable-external-libtalloc],
+               [Enable external talloc [default=auto]])],
+       [ enable_external_libtalloc=$enableval ],
+       [ enable_external_libtalloc=auto ])
 
 if test "x$enable_external_libtalloc" != xno
 then