aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorIto Hiroyuki <ZXB01226@nifty.com>2010-12-15 10:30:07 +0000
committerIto Hiroyuki <ZXB01226@nifty.com>2010-12-15 10:30:07 +0000
commitd66466b12e91d4556bd8d2b2cd03e3efd4dd62bc (patch)
tree338711f3987869d580660ca166853073524cb50e /acinclude.m4
parent[w3m-dev 04421] Patch to prevent sending Referer: ' header from HTTPS to HTTP (diff)
downloadw3m-d66466b12e91d4556bd8d2b2cd03e3efd4dd62bc.tar.gz
w3m-d66466b12e91d4556bd8d2b2cd03e3efd4dd62bc.zip
[w3m-dev 04419] AC_W3M_EXTLIBS does not check /lib64
Diffstat (limited to '')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 56ab18f..7ebc76c 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -382,7 +382,7 @@ AC_DEFUN([AC_W3M_EXTLIBS],
[lib=$1
AC_MSG_CHECKING(for -l$lib)
extlib="not found"
- for dir in /lib /usr/lib /usr/local/lib /usr/ucblib /usr/ccslib /usr/ccs/lib
+ for dir in /lib /usr/lib /usr/local/lib /usr/ucblib /usr/ccslib /usr/ccs/lib /lib64 /usr/lib64
do
if test -f $dir/lib$lib.a -o -f $dir/lib$lib.so ; then
LIBS="$LIBS -l$lib"