|
|
if test "$with_database_gdbm" != "no"; then | if test "$with_database_gdbm" != "no"; then |
AC_CHECK_LIB(gdbm, dbm_open, [ | AC_CHECK_LIB(gdbm, dbm_open, [ |
with_database_gdbm=yes with_database_dbm=no libdbm=-lgdbm], [ |
with_database_gdbm=yes with_database_dbm=no libdbm="-lgdbm_compat -lgdbm"], [ |
if test "$with_database_gdbm" = "yes"; then | if test "$with_database_gdbm" = "yes"; then |
XE_DIE("Required GNU DBM support cannot be provided.") | XE_DIE("Required GNU DBM support cannot be provided.") |
fi | fi |
with_database_gdbm=no]) |
with_database_gdbm=no],-lgdbm_compat) |
fi | fi |
| |