|
Lines 4347-4355
Link Here
|
| 4347 |
if test "$with_database_gdbm" != "no"; then |
4347 |
if test "$with_database_gdbm" != "no"; then |
| 4348 |
AC_CHECK_LIB(gdbm, dbm_open, [ |
4348 |
AC_CHECK_LIB(gdbm, dbm_open, [ |
| 4349 |
with_database_gdbm=yes with_database_dbm=no libdbm=-lgdbm], [ |
4349 |
with_database_gdbm=yes with_database_dbm=no libdbm="-lgdbm_compat -lgdbm"], [ |
| 4350 |
if test "$with_database_gdbm" = "yes"; then |
4350 |
if test "$with_database_gdbm" = "yes"; then |
| 4351 |
XE_DIE("Required GNU DBM support cannot be provided.") |
4351 |
XE_DIE("Required GNU DBM support cannot be provided.") |
| 4352 |
fi |
4352 |
fi |
| 4353 |
with_database_gdbm=no]) |
4353 |
with_database_gdbm=no],-lgdbm_compat) |
| 4354 |
fi |
4354 |
fi |
| 4355 |
|
4355 |
|