diff configure @ 4412:2f000e022a8b

Fix misspelling of option 'gdbm'.
author Stephen J. Turnbull <stephen@xemacs.org>
date Fri, 25 Jan 2008 10:40:53 +0900
parents 01970033faa6
children eb82fbb675ea
line wrap: on
line diff
--- a/configure	Fri Jan 25 10:39:46 2008 +0900
+++ b/configure	Fri Jan 25 10:40:53 2008 +0900
@@ -1661,7 +1661,7 @@
 
   --with-database=TYPE    Compile with database support. Valid types are `no'
                           or a comma-separated list of one or more of `berkdb'
-                          and either `dbm' or `gnudbm'.
+                          and either `dbm' or `gdbm'.
   --with-ldap             Support the LDAP protocol.
   --with-postgresql       Support the PostgreSQL RDBMS.
 
@@ -3772,7 +3772,7 @@
 
 if test "$enable_database_dbm"  = "yes" -a "$enable_database_gdbm" = "yes"; then
 	(echo "$progname: Usage error:"
-echo " " "Only one of \`dbm' and \`gnudbm' may be specified
+echo " " "Only one of \`dbm' and \`gdbm' may be specified
 with the \`--with-database' option."
 echo "  Use \`$progname --help' to show usage.") >&2 && exit 1
 fi