fix for SEARCH_LIB so libs can still be found in the non-lib64 locations.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-02-04 20:04:15 +00:00
parent 2ece66cf55
commit 5a60a58a73
2 changed files with 8 additions and 9 deletions

View File

@@ -1812,8 +1812,7 @@ SEARCH_INCLUDE="\
/usr/openwin/share/include"
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
SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` /usr/lib64 /usr/X11R6/lib64"
dnl ------------------------------------------------------------------------
dnl Check for libraries