View | Details | Raw Unified
Collapse All | Expand All

(-) xemacs-21.4.12/configure.in (-2 / +2 lines)
 Lines 4347-4355    Link Here 
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