diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-05-13 17:17:50 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-05-13 17:17:50 +0000 |
commit | 97cb76cb61f59fa5991a826931bd11fae0e683b6 (patch) | |
tree | db831e9a34c57e9d07401fcc84664243407929a4 /aclocal.m4 | |
parent | fix indent (diff) | |
download | w3m-97cb76cb61f59fa5991a826931bd11fae0e683b6.tar.gz w3m-97cb76cb61f59fa5991a826931bd11fae0e683b6.zip |
[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>
Diffstat (limited to '')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |