summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-05-06 16:38:38 +0200
committerMichael Adam <obnox@samba.org>2011-05-13 16:42:24 +0200
commitabef191fb9fa9edbdb68d7cbbf017e1fa74583f2 (patch)
treea131973935c3dbaf6dc1fd2393e803fceeaf9c75 /source3/configure.in
parent7e230b31d19fcd37d5765e9649ccfca39af5541d (diff)
downloadsamba-abef191fb9fa9edbdb68d7cbbf017e1fa74583f2.tar.gz
samba-abef191fb9fa9edbdb68d7cbbf017e1fa74583f2.tar.bz2
samba-abef191fb9fa9edbdb68d7cbbf017e1fa74583f2.zip
s3:build: reformat AC_ARG_ENABLE(external_libtalloc...)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/source3/configure.in b/source3/configure.in
index f4e8620810..1c39f358fc 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -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