[configure][FIXED] Check also for libX11.dylib (PR#4446).

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8549 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Nicolas Pouillard 2007-11-21 16:47:53 +00:00
parent 4e37068a21
commit 3f1f575f02
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -1276,6 +1276,7 @@ do
if test -f $dir/libX11.a || \
test -f $dir/libX11.so || \
test -f $dir/libX11.dll.a || \
test -f $dir/libX11.dylib || \
test -f $dir/libX11.sa; then
if test $dir = /usr/lib; then
x11_link="-lX11"