[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 <ksakai@kso.netwk.ntt-at.co.jp>
This commit is contained in:
@@ -417,7 +417,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"
|
||||
|
Reference in New Issue
Block a user