blob: 9894354ed64bff39f1d0d3c52cb65a71d8a5bdd1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- configure.orig Mon Oct 29 06:19:47 2001
+++ configure Thu Jan 24 17:54:12 2002
@@ -4659,7 +4659,7 @@
;;
esac
fi
-need_lc=${lt_cv_archive_cmds_need_lc-yes}
+need_lc=no
# The second clause should only fire when bootstrapping the
# libtool distribution, otherwise you forgot to ship ltmain.sh
@@ -6136,7 +6136,7 @@
fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 1>&6
- GDBM_LIBS="-lgdbm"
+ GDBM_LIBS="-lgdbm $LIBS"
else
echo "$ac_t""no" 1>&6
{ echo "configure: error: Cannot find GDBM library" 1>&2; exit 1; }
|