changeset 13136:b230b668a96b

Search for X11 libs in /usr/lib as well (Digital Unix), patch by Gabucino.
author diego
date Wed, 25 Aug 2004 15:35:32 +0000
parents 1659857dd634
children 82719b83f295
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Wed Aug 25 15:20:39 2004 +0000
+++ b/configure	Wed Aug 25 15:35:32 2004 +0000
@@ -3195,7 +3195,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 ; 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)"