forked from pool/xemacs
This commit is contained in:
committed by
Git OBS Bridge
parent
2cfdf60e24
commit
27f8c725f7
13
ndbm.patch
13
ndbm.patch
@@ -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~
|
||||
|
Reference in New Issue
Block a user