# HG changeset patch # User Sam Lantinga # Date 1140246718 0 # Node ID 00fc57bb5dc4157001da44a5eecb053b65c549b1 # Parent 42eeb14770e315f103b620b343e59313fa0cb50b Detect the X11 library on Solaris x86 diff -r 42eeb14770e3 -r 00fc57bb5dc4 configure.in --- a/configure.in Sat Feb 18 07:05:18 2006 +0000 +++ b/configure.in Sat Feb 18 07:11:58 2006 +0000 @@ -762,6 +762,7 @@ x11ext_lib='libXext.so' ;; *) + if test x$X_LIBS = x; then X_LIBS="-L/usr/lib"; fi x11_lib_spec=`echo $X_LIBS | sed 's/.*-L\([[^ ]]*\).*/\1\/libX11.so.*/'` x11_lib=`ls $x11_lib_spec | sed 's/.*\/\(.*\)/\1/; q'` x11ext_lib_spec=`echo $X_LIBS | sed 's/.*-L\([[^ ]]*\).*/\1\/libXext.so.*/'`