pcs 97/07/26 14:09:45
Modified: src Configure
Log:
Remove check for gdbm (added by mistake)
Revision Changes Path
1.124 +0 -2 apachen/src/Configure
Index: Configure
===================================================================
RCS file: /export/home/cvs/apachen/src/Configure,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- Configure 1997/07/26 21:06:47 1.123
+++ Configure 1997/07/26 21:09:44 1.124
@@ -660,8 +660,6 @@
DBM_LIB="-ldbm"
elif ./helpers/TestCompile lib ndbm; then
DBM_LIB="-lndbm"
- elif ./helpers/TestCompile lib gdbm; then
- DBM_LIB="-lgdbm"
fi
;;
esac