Mercurial > mplayer.hg
comparison configure @ 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 | 96784ad2c469 |
children | 82719b83f295 |
comparison
equal
deleted
inserted
replaced
13135:1659857dd634 | 13136:b230b668a96b |
---|---|
3193 fi | 3193 fi |
3194 | 3194 |
3195 | 3195 |
3196 echocheck "X11 libs presence" | 3196 echocheck "X11 libs presence" |
3197 if test -z "$_ld_x11" ; then | 3197 if test -z "$_ld_x11" ; then |
3198 for I in /usr/X11R6/lib /usr/lib/X11R6 /usr/X11/lib /usr/lib32 /usr/openwin/lib /usr/X11R6/lib64 ; do | 3198 for I in /usr/X11R6/lib /usr/lib/X11R6 /usr/X11/lib /usr/lib32 /usr/openwin/lib /usr/X11R6/lib64 /usr/lib ; do |
3199 if test -d "$I" && ( test -f "$I/libX11.so" || test -f "$I/libX11.a" || test -f "$I/libX11.dll.a" ) ; then | 3199 if test -d "$I" && ( test -f "$I/libX11.so" || test -f "$I/libX11.a" || test -f "$I/libX11.dll.a" ) ; then |
3200 _ld_x11="-L$I" | 3200 _ld_x11="-L$I" |
3201 echores "yes (using $I)" | 3201 echores "yes (using $I)" |
3202 break; | 3202 break; |
3203 fi | 3203 fi |