Search for X11 libs in /usr/lib as well (Digital Unix), patch by Gabucino.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13137 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-08-25 15:35:32 +00:00
parent 82ac7e1152
commit 7a5eb4561c
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -3195,7 +3195,7 @@ fi
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)"