Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4761:b604d235f028 | 4762:53f27fcd3cd9 |
---|---|
38576 ndbm_h_file=$ac_header; break; | 38576 ndbm_h_file=$ac_header; break; |
38577 fi | 38577 fi |
38578 | 38578 |
38579 done | 38579 done |
38580 | 38580 |
38581 if test "$ndbm_h_found" != "yes"; then | 38581 if test "x$ndbm_h_file" = "x"; then |
38582 test "$enable_database_gdbm" = "yes" -o \ | 38582 test "$enable_database_gdbm" = "yes" -o \ |
38583 "$enable_database_dbm" = "yes" && \ | 38583 "$enable_database_dbm" = "yes" && \ |
38584 { echo "Error:" "Required DBM support cannot be provided." >&2; exit 1; } | 38584 { echo "Error:" "Required DBM support cannot be provided." >&2; exit 1; } |
38585 enable_database_gdbm=no enable_database_dbm=no] | 38585 enable_database_gdbm=no enable_database_dbm=no] |
38586 fi | 38586 fi |