blob: 9d58803b39bef20d2aeecc2bf9bdfce57d7abf8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig 2005-02-03 11:34:09.173887311 +0000
+++ configure 2005-02-03 11:57:59.202194624 +0000
@@ -3134,7 +3134,7 @@
echocheck "X11 libs presence"
if test -z "$_ld_x11" ; then
- for I in /usr/X11R6/lib /usr/lib/X11R6 /usr/X11/lib /usr/lib32 /usr/openwin/lib /usr/X11R6/lib64 ; do
+ for I in /usr/X11R6/lib /usr/lib/X11R6 /usr/X11/lib /usr/lib32 /usr/openwin/lib /usr/X11R6/lib64 /usr/lib/X11 /usr/lib; do
if test -d "$I" && ( test -f "$I/libX11.so" || test -f "$I/libX11.a" || test -f "$I/libX11.dll.a" ) ; then
_ld_x11="-L$I"
echores "yes (using $I)"
|