Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 58350 | Differences between
and this patch

Collapse All | Expand All

(-)xemacs-21.4.12/configure.in (-2 / +2 lines)
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

Return to bug 58350