Mailing List Archive

cvs commit: apache-1.3/src Configure
marc 98/03/20 10:29:49

Modified: src Configure
Log:
OpenBSD doesn't need -ldbm.

Submitted by: Bob Beck <beck@bofh.ucs.ualberta.ca>

Revision Changes Path
1.216 +1 -0 apache-1.3/src/Configure

Index: Configure
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/Configure,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -r1.215 -r1.216
--- Configure 1998/03/19 20:02:03 1.215
+++ Configure 1998/03/20 18:29:48 1.216
@@ -425,6 +425,7 @@
;;
*-openbsd*)
OS='OpenBSD'
+ DBM_LIB=""
;;
*-next-nextstep*)
OS='NeXT'