MAJ pour Cygwin (PR#1808)

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5813 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 2003-08-29 15:22:49 +00:00
parent ef3334a89f
commit 5c2cad4195
1 changed files with 3 additions and 0 deletions

3
configure vendored
View File

@ -1194,6 +1194,7 @@ for dir in \
do
if test -f $dir/libX11.a || \
test -f $dir/libX11.so || \
test -f $dir/libX11.dll.a || \
test -f $dir/libX11.sa; then
if test $dir = /usr/lib; then
x11_link="-lX11"
@ -1240,6 +1241,8 @@ for dir in /usr/include /usr/include/db1 /usr/include/gdbm; do
dbm_link="-ldb1"
elif sh ./hasgot -lgdbm dbm_open; then
dbm_link="-lgdbm"
elif sh ./hasgot -lgdbm_compat -lgdbm dbm_open; then
dbm_link="-lgdbm_compat -lgdbm"
fi
break
fi