From 58ebb4447b59a07c780184ee573c66354c7e4be3 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Tue, 9 Sep 2008 09:56:14 +0200 Subject: [PATCH] fix mangled indentation in configure --help --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index ca139501..3910b543 100644 --- a/configure.in +++ b/configure.in @@ -792,7 +792,7 @@ fi # =================================================================== enable_python="no"; -AC_ARG_WITH(python, [ --with-python=[DIR] enable Python support], +AC_ARG_WITH(python, [[ --with-python[=DIR] enable Python support]], [ if test "x$withval" != xno; then enable_python=yes; fi ]) EL_SAVE_FLAGS @@ -943,7 +943,7 @@ enable_gnutls="" AC_ARG_WITH(gnutls, [ --without-gnutls disable GNUTLS SSL support], [if test "$with_gnutls" = no; then disable_gnutls=yes; fi]) -AC_ARG_WITH(gnutls, [ --with-gnutls[=DIR] enable GNUTLS SSL support], +AC_ARG_WITH(gnutls, [[ --with-gnutls[=DIR] enable GNUTLS SSL support]], [if test "$with_gnutls" != no; then enable_gnutls=yes; fi]) gnutls_withval="$withval" @@ -953,7 +953,7 @@ fi AC_ARG_WITH(openssl, [ --without-openssl disable OpenSSL support], [if test "$with_openssl" = no; then disable_openssl=yes; fi]) -AC_ARG_WITH(openssl, [ --with-openssl[=DIR] enable OpenSSL support (default)]) +AC_ARG_WITH(openssl, [[ --with-openssl[=DIR] enable OpenSSL support (default)]]) openssl_withval="$withval" # ---- OpenSSL -- 2.11.4.GIT