aboutsummaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2005-02-14 16:36:29 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2005-02-14 16:36:29 +0000
commitfa58752f06c477ad9b7d85984d27f3938e34b271 (patch)
treeab4e2857f4b7d9dd0ef43c730b2009ab17d1ec51 /aclocal.m4
parent[w3m-dev 04133] mouse_end() should preced reset_tty()? (diff)
downloadw3m-fa58752f06c477ad9b7d85984d27f3938e34b271.tar.gz
w3m-fa58752f06c477ad9b7d85984d27f3938e34b271.zip
[w3m-dev-en 01045] From newbie: problem with w3m-0.5.1 installation
* acinclude.m4 (AC_W3M_SSL): define USE_SSL after ssl library found From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to '')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 610cdc6..957a741 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -498,7 +498,6 @@ AC_ARG_WITH(ssl,
[with_ssl="yes"])
AC_MSG_RESULT($with_ssl)
if test x"$with_ssl" != xno; then
- AC_DEFINE(USE_SSL)
PKG_CHECK_MODULES(SSL, openssl,,[
AC_MSG_CHECKING(for SSL library/header)
test x"$with_ssl" = xyes && with_ssl="/usr/openssl /usr/ssl /usr /usr/local/openssl /usr/local/ssl /usr/local"
@@ -524,6 +523,7 @@ if test x"$with_ssl" != xno; then
[$SSL_LIBS -lcrypto])
if test x"$w3m_ssl" = xfound; then
+ AC_DEFINE(USE_SSL)
AC_MSG_CHECKING(if SSL certificate verify is enabled)
AC_ARG_ENABLE(sslverify,
[ --disable-sslverify verify SSL certificate],,