mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
fix mangled indentation in configure --help
This commit is contained in:
parent
4e973e4875
commit
58ebb4447b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user