You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rj...@apache.org on 2013/06/23 22:27:54 UTC

svn commit: r1495889 - /apr/apr/trunk/build/dbm.m4

Author: rjung
Date: Sun Jun 23 20:27:54 2013
New Revision: 1495889

URL: http://svn.apache.org/r1495889
Log:
Fix configure help message for Berkeley DB 6.
Addon to r1495887.

Modified:
    apr/apr/trunk/build/dbm.m4

Modified: apr/apr/trunk/build/dbm.m4
URL: http://svn.apache.org/viewvc/apr/apr/trunk/build/dbm.m4?rev=1495889&r1=1495888&r2=1495889&view=diff
==============================================================================
--- apr/apr/trunk/build/dbm.m4 (original)
+++ apr/apr/trunk/build/dbm.m4 Sun Jun 23 20:27:54 2013
@@ -526,7 +526,7 @@ AC_DEFUN([APU_CHECK_DBM], [
   dbm_list="$dbm_list, db60"
 
   AC_ARG_WITH(dbm, [APR_HELP_STRING([--with-dbm=DBM], [choose the DBM type to use.
-      DBM={sdbm,gdbm,ndbm,db,db1,db185,db2,db3,db4,db4X,db5X} for some X=0,...,9])],
+      DBM={sdbm,gdbm,ndbm,db,db1,db185,db2,db3,db4,db4X,db5X,db6X} for some X=0,...,9])],
   [
     if test "$withval" = "yes"; then
       AC_MSG_ERROR([--with-dbm needs to specify a DBM type to use.