Mercurial > hg > xemacs-beta
diff configure @ 4762:53f27fcd3cd9
Make configure --with-database={dbm|gdbm} work again.
2009-12-01 Mike Alexander <mta@umich.edu>
* configure.ac: Make --with-database={dbm|gdbm} work again, it's
testing $ndbm_h_found which is never set.
* configure: ditto
author | Mike Alexander <mta@umich.edu> |
---|---|
date | Wed, 02 Dec 2009 00:25:59 -0500 |
parents | aa5ed11f473b |
children | 5460287a3327 |
line wrap: on
line diff
--- a/configure Sun Nov 22 11:31:36 2009 +0100 +++ b/configure Wed Dec 02 00:25:59 2009 -0500 @@ -38578,7 +38578,7 @@ done - if test "$ndbm_h_found" != "yes"; then + if test "x$ndbm_h_file" = "x"; then test "$enable_database_gdbm" = "yes" -o \ "$enable_database_dbm" = "yes" && \ { echo "Error:" "Required DBM support cannot be provided." >&2; exit 1; } @@ -42039,7 +42039,8 @@ if test -n "$CONFIG_FILES"; then -ac_cr=' ' +ac_cr=' +' ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ac_cs_awk_cr='\\r'