summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2008-08-13 23:13:53 (GMT)
committerdas <das>2008-08-13 23:13:53 (GMT)
commitf068b3a2634c3579442ee53eeb63abf6750dd5a8 (patch)
tree80e133072c913631a22f6212b583d92ed8c463f2
parent03615a17319668118dfcd0a4eb37ef37b7c1f018 (diff)
downloadtk-f068b3a2634c3579442ee53eeb63abf6750dd5a8.zip
tk-f068b3a2634c3579442ee53eeb63abf6750dd5a8.tar.gz
tk-f068b3a2634c3579442ee53eeb63abf6750dd5a8.tar.bz2
autoconf-2.13
-rwxr-xr-xunix/configure2
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"