From 97cb76cb61f59fa5991a826931bd11fae0e683b6 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Tue, 13 May 2003 17:17:50 +0000 Subject: [w3m-dev 03899] minor fixes * acinclude.m4: fix s/SSLCFLAGS/SSL_CFLAGS/ * doc/README: update, fix typo * doc-jp/FAQ.html: update, fix URL * doc-jp/README: update * doc-jp/README.SSL: update * doc-jp/README.cookie: update * doc-jp/README.img: update URL * doc-jp/README.migemo: update * doc-jp/STORY.html: fix URL From: SAKAI Kiyotaka --- aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aclocal.m4') diff --git a/aclocal.m4 b/aclocal.m4 index e4d7f14..5347b34 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -429,7 +429,7 @@ if test x"$with_ssl" != xno; then SSL_CFLAGS="$SSL_CFLAGS -I$dir/include" fi elif test "$dir" != "/usr" -a -f "$dir/include/ssl.h"; then - SSL_CFLAGS="$SSLCFLAGS -I$dir/include" + SSL_CFLAGS="$SSL_CFLAGS -I$dir/include" fi if test "$dir" != "/usr" -a -f "$dir/lib/libssl.a"; then SSL_LIBS="$SSL_LIBS -L$dir/lib" -- cgit v1.2.3