jerenkrantz 02/01/02 15:59:26
Modified: build apu-conf.m4
Log:
Add db4 to the help string. (It is already detected as a valid option.)
Revision Changes Path
1.24 +2 -2 apr-util/build/apu-conf.m4
Index: apu-conf.m4
===================================================================
RCS file: /home/cvs/apr-util/build/apu-conf.m4,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- apu-conf.m4 31 Dec 2001 07:26:22 -0000 1.23
+++ apu-conf.m4 2 Jan 2002 23:59:26 -0000 1.24
@@ -175,10 +175,10 @@
AC_ARG_WITH(dbm,
[ --with-dbm=DBM choose the DBM type to use.
- DBM={sdbm,gdbm,db,db1,db185,db2,db3}],[
+ DBM={sdbm,gdbm,db,db1,db185,db2,db3,db4}],[
if test "$withval" = "yes"; then
AC_MSG_ERROR([--with-dbm needs to specify a DBM type to use.
-One of: sdbm, gdbm, db, db1, db185, db2, db3])
+One of: sdbm, gdbm, db, db1, db185, db2, db3, db4])
fi
requested="$withval"
],[