comparison configure.ac @ 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
comparison
equal deleted inserted replaced
4411:6dffa171b748 4412:2f000e022a8b
864 dnl 864 dnl
865 XE_HELP_SUBSECTION([Database options]) 865 XE_HELP_SUBSECTION([Database options])
866 XE_COMPLEX_ARG([database], 866 XE_COMPLEX_ARG([database],
867 AS_HELP_STRING([--enable-database=TYPE],[Compile with database support. Valid types are 867 AS_HELP_STRING([--enable-database=TYPE],[Compile with database support. Valid types are
868 `no' or a comma-separated list of one or more 868 `no' or a comma-separated list of one or more
869 of `berkdb' and either `dbm' or `gnudbm'.]), 869 of `berkdb' and either `dbm' or `gdbm'.]),
870 [ 870 [
871 if test "$enable_database_dbm" = "yes" -a "$enable_database_gdbm" = "yes"; then 871 if test "$enable_database_dbm" = "yes" -a "$enable_database_gdbm" = "yes"; then
872 USAGE_ERROR("Only one of \`dbm' and \`gnudbm' may be specified 872 USAGE_ERROR("Only one of \`dbm' and \`gdbm' may be specified
873 with the \`--with-database' option.") 873 with the \`--with-database' option.")
874 fi 874 fi
875 ], 875 ],
876 [], 876 [],
877 [XE_COMPLEX_OPTION([berkdb],[""]), 877 [XE_COMPLEX_OPTION([berkdb],[""]),