Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4411:6dffa171b748 | 4412:2f000e022a8b |
---|---|
1659 Database options | 1659 Database options |
1660 ---------------- | 1660 ---------------- |
1661 | 1661 |
1662 --with-database=TYPE Compile with database support. Valid types are `no' | 1662 --with-database=TYPE Compile with database support. Valid types are `no' |
1663 or a comma-separated list of one or more of `berkdb' | 1663 or a comma-separated list of one or more of `berkdb' |
1664 and either `dbm' or `gnudbm'. | 1664 and either `dbm' or `gdbm'. |
1665 --with-ldap Support the LDAP protocol. | 1665 --with-ldap Support the LDAP protocol. |
1666 --with-postgresql Support the PostgreSQL RDBMS. | 1666 --with-postgresql Support the PostgreSQL RDBMS. |
1667 | 1667 |
1668 Mail options | 1668 Mail options |
1669 ------------ | 1669 ------------ |
3770 unset _with_database_args _database_found x y _require_database | 3770 unset _with_database_args _database_found x y _require_database |
3771 | 3771 |
3772 | 3772 |
3773 if test "$enable_database_dbm" = "yes" -a "$enable_database_gdbm" = "yes"; then | 3773 if test "$enable_database_dbm" = "yes" -a "$enable_database_gdbm" = "yes"; then |
3774 (echo "$progname: Usage error:" | 3774 (echo "$progname: Usage error:" |
3775 echo " " "Only one of \`dbm' and \`gnudbm' may be specified | 3775 echo " " "Only one of \`dbm' and \`gdbm' may be specified |
3776 with the \`--with-database' option." | 3776 with the \`--with-database' option." |
3777 echo " Use \`$progname --help' to show usage.") >&2 && exit 1 | 3777 echo " Use \`$progname --help' to show usage.") >&2 && exit 1 |
3778 fi | 3778 fi |
3779 | 3779 |
3780 | 3780 |