summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-11-26 19:06:10 +0100
committerJelmer Vernooij <jelmer@samba.org>2009-01-15 21:17:56 +0100
commit0cbce777a3406804780e9fa1c983f22e53b3cfeb (patch)
treefd0032b13c21fe7377beb58c907fe4bbd6906c03 /source4/lib
parent2d85e23e06182c42a054477a62917a2176aaab16 (diff)
downloadsamba-0cbce777a3406804780e9fa1c983f22e53b3cfeb.tar.gz
samba-0cbce777a3406804780e9fa1c983f22e53b3cfeb.tar.bz2
samba-0cbce777a3406804780e9fa1c983f22e53b3cfeb.zip
Fix indentation for some configure options.
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/tls/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/tls/config.m4 b/source4/lib/tls/config.m4
index 4f42efb62c..74c6bd1d44 100644
--- a/source4/lib/tls/config.m4
+++ b/source4/lib/tls/config.m4
@@ -4,7 +4,7 @@
use_gnutls=auto
AC_ARG_ENABLE(gnutls,
-[ --enable-gnutls Turn on gnutls support (default=yes)],
+AS_HELP_STRING([--enable-gnutls],[Turn on gnutls support (default=yes)]),
[if test x$enable_gnutls = xno; then
use_gnutls=no
fi])