look for libs under /usr/lib64 and /usr/X11R6/lib64 (needed for some Linux distributions on AMD64 )

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-02-04 10:11:02 +00:00
parent 00f6001fa5
commit cb025c0c86
2 changed files with 5 additions and 2 deletions

3
configure vendored
View File

@@ -18857,7 +18857,8 @@ SEARCH_INCLUDE="\
\
/usr/openwin/share/include"
SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` " \
/usr/lib64 /usr/X11R6/lib64
cat >confcache <<\_ACEOF

View File

@@ -1810,7 +1810,9 @@ SEARCH_INCLUDE="\
\
/usr/openwin/share/include"
SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
dnl add 64 bit versions for Linux on AMD (this is not perfect but well...)
SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` " \
/usr/lib64 /usr/X11R6/lib64
dnl ------------------------------------------------------------------------
dnl Check for libraries