diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-11-26 19:06:10 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-01-15 21:17:56 +0100 |
commit | 0cbce777a3406804780e9fa1c983f22e53b3cfeb (patch) | |
tree | fd0032b13c21fe7377beb58c907fe4bbd6906c03 /source4/lib/tls | |
parent | 2d85e23e06182c42a054477a62917a2176aaab16 (diff) | |
download | samba-0cbce777a3406804780e9fa1c983f22e53b3cfeb.tar.gz samba-0cbce777a3406804780e9fa1c983f22e53b3cfeb.tar.bz2 samba-0cbce777a3406804780e9fa1c983f22e53b3cfeb.zip |
Fix indentation for some configure options.
Diffstat (limited to 'source4/lib/tls')
-rw-r--r-- | source4/lib/tls/config.m4 | 2 |
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]) |