Minor fixes for ./configure --help
This commit is contained in:
@@ -472,7 +472,7 @@ AC_DEFUN([AC_W3M_SSL_DIGEST_AUTH],
|
|||||||
AC_SUBST(USE_SSL_VERIFY)
|
AC_SUBST(USE_SSL_VERIFY)
|
||||||
AC_MSG_CHECKING(if SSL is suported)
|
AC_MSG_CHECKING(if SSL is suported)
|
||||||
AC_ARG_WITH(ssl,
|
AC_ARG_WITH(ssl,
|
||||||
[ --with-ssl[=PREFIX] support https protocol],,
|
[ --with-ssl support https protocol],,
|
||||||
[with_ssl="yes"])
|
[with_ssl="yes"])
|
||||||
AC_MSG_RESULT($with_ssl)
|
AC_MSG_RESULT($with_ssl)
|
||||||
if test x"$with_ssl" != xno; then
|
if test x"$with_ssl" != xno; then
|
||||||
|
2
configure
vendored
2
configure
vendored
@@ -1535,7 +1535,7 @@ Optional Packages:
|
|||||||
--with-editor=EDITOR default editor (/usr/bin/vi)
|
--with-editor=EDITOR default editor (/usr/bin/vi)
|
||||||
--with-mailer=MAILER default mailer (/usr/bin/mail)
|
--with-mailer=MAILER default mailer (/usr/bin/mail)
|
||||||
--with-browser=BROWSER default browser (/usr/bin/firefox)
|
--with-browser=BROWSER default browser (/usr/bin/firefox)
|
||||||
--with-ssl=PREFIX support https protocol
|
--with-ssl support https protocol
|
||||||
--with-cafile=CAFILE CA file to verify SSL certificate
|
--with-cafile=CAFILE CA file to verify SSL certificate
|
||||||
--with-termlib=LIBS terminal library
|
--with-termlib=LIBS terminal library
|
||||||
LIBS is space separated list of:
|
LIBS is space separated list of:
|
||||||
|
Reference in New Issue
Block a user