SHA256
1
0
forked from pool/xemacs
OBS User unknown
2008-04-02 19:23:13 +00:00
committed by Git OBS Bridge
parent 2cfdf60e24
commit 27f8c725f7
7 changed files with 51 additions and 66 deletions

View File

@@ -1,7 +1,7 @@
diff -ru xemacs-21.5.20.orig/configure.ac xemacs-21.5.20/configure.ac
--- xemacs-21.5.20.orig/configure.ac 2005-03-11 12:19:01.000000000 +0100
+++ xemacs-21.5.20/configure.ac 2005-05-13 11:41:10.000000000 +0200
@@ -4917,8 +4917,8 @@
diff -ru xemacs-21.5.28.20080401//configure.ac xemacs-21.5.28.20080401.new//configure.ac
--- xemacs-21.5.28.20080401//configure.ac 2008-04-01 19:40:34.000000000 +0200
+++ xemacs-21.5.28.20080401.new//configure.ac 2008-04-02 14:21:16.000000000 +0200
@@ -5411,8 +5411,8 @@
dnl Check for DBM support in libgdbm.
if test "$enable_database_gdbm" != "no"; then
@@ -9,6 +9,7 @@ diff -ru xemacs-21.5.20.orig/configure.ac xemacs-21.5.20/configure.ac
- enable_database_gdbm=yes enable_database_dbm=no libdbm=-lgdbm], [
+ AC_CHECK_LIB(ndbm, dbm_open, [
+ enable_database_gdbm=yes enable_database_dbm=no libdbm=-lndbm], [
AC_CHECK_LIB(gdbm_compat, dbm_open, [
enable_database_gdbm=yes enable_database_dbm=no libdbm="-lgdbm_compat -lgdbm"], [
if test "$enable_database_gdbm" = "yes"; then
XE_DIE("Required GNU DBM support cannot be provided.")
fi
xemacs-21.5.28.20080401.new/だけに発見: configure.ac.~1~