diff options
author | das <das> | 2008-08-13 23:13:53 (GMT) |
---|---|---|
committer | das <das> | 2008-08-13 23:13:53 (GMT) |
commit | c8dfc3878f4d71e1ff87e7dc80de248cbc87da85 (patch) | |
tree | 80e133072c913631a22f6212b583d92ed8c463f2 /unix | |
parent | 0eae7f15242f9c4c6891754c53d402e4740ff27e (diff) | |
download | tk-c8dfc3878f4d71e1ff87e7dc80de248cbc87da85.zip tk-c8dfc3878f4d71e1ff87e7dc80de248cbc87da85.tar.gz tk-c8dfc3878f4d71e1ff87e7dc80de248cbc87da85.tar.bz2 |
autoconf-2.13
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index ddb9c5c..bb9bb38 100755 --- a/unix/configure +++ b/unix/configure @@ -5404,7 +5404,7 @@ echo "configure:5404: checking for X11 libraries" >&5 XLIBSW=nope dirs="/usr/unsupported/lib /usr/local/lib /usr/X386/lib /usr/X11R6/lib /usr/X11R5/lib /usr/lib/X11R5 /usr/lib/X11R4 /usr/openwin/lib /usr/X11/lib /usr/sww/X11/lib" for i in $dirs ; do - if test -r $i/libX11.a -o -r $i/libX11.so -o -r $i/libX11.sl; then + if test -r $i/libX11.a -o -r $i/libX11.so -o -r $i/libX11.sl -o -r $i/libX11.dylib; then echo "$ac_t""$i" 1>&6 XLIBSW="-L$i -lX11" x_libraries="$i" |