From: Vadim Zeitlin Date: Wed, 4 Feb 2004 10:11:02 +0000 (+0000) Subject: look for libs under /usr/lib64 and /usr/X11R6/lib64 (needed for some Linux distributi... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cb025c0c866d775b968239cbc65d9fa2c98bfec6 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 --- diff --git a/configure b/configure index 132f7d4700..42168b45da 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index d42426fc2d..ce69721f51 100644 --- a/configure.in +++ b/configure.in @@ -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