blob: 201933294b35d4e689d6052b54c106f268a68c74 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig Thu Apr 13 09:53:31 2000
+++ configure Mon Apr 17 20:09:51 2000
@@ -2422,7 +2422,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; }
|