From e6c2ad4d60a02e903da9f07a0fa80cbbaf5ef0be Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Wed, 9 Apr 2003 17:46:15 +0000 Subject: [w3m-dev 03870] Re: configure --help * acinclude.m4 (AC_W3M_IMAGE): fix help message (AC_W3M_SSL): fix typo From: Fumitoshi UKAI --- acinclude.m4 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'acinclude.m4') diff --git a/acinclude.m4 b/acinclude.m4 index 7b33492..c3b21ee 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -431,7 +431,7 @@ if test x"$with_ssl" != xno; then if test x"$w3m_ssl" = xfound; then AC_MSG_CHECKING(if SSL certificate verify is enabled) AC_ARG_ENABLE(sslverify, - [ --disable-sslverify vefify SSL certificate],, + [ --disable-sslverify verify SSL certificate],, [enable_sslverify="yes"]) test x"$enable_sslverify" = xyes && AC_DEFINE(USE_SSL_VERIFY) AC_MSG_RESULT($enable_sslverify) @@ -499,7 +499,10 @@ AC_DEFUN([AC_W3M_IMAGE], AC_SUBST(IMGFBLDFLAGS) AC_MSG_CHECKING(if image is enabled) AC_ARG_ENABLE(image, - [ --disable-image[=x11,fb,fb+s] enable inline image handler],, + [ --enable-image[=DEVS] enable inline image handler for DEVS + DEVS may be comma separeted: x11,fb,fb+s + default: autodetected. + 'no' means disable inline image],, [enable_image="yes"]) AC_MSG_RESULT($enable_image) if test x"$enable_image" != xno; then @@ -604,7 +607,7 @@ AC_DEFUN([AC_W3M_XFACE], [AC_SUBST(USE_XFACE) AC_MSG_CHECKING(if xface is enabled) AC_ARG_ENABLE(xface, - [ --disable-xface enable xface support],, + [ --disable-xface disable xface support],, [enable_xface="$enable_image"]) test x"$enable_xface" = xyes && AC_DEFINE(USE_XFACE) AC_MSG_RESULT($enable_xface) -- cgit v1.2.3