summaryrefslogtreecommitdiff
path: root/editors/xemacs/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xemacs/files/patch-af')
-rw-r--r--editors/xemacs/files/patch-af22
1 files changed, 11 insertions, 11 deletions
diff --git a/editors/xemacs/files/patch-af b/editors/xemacs/files/patch-af
index 54fcf92f9c95..b42cbd138a13 100644
--- a/editors/xemacs/files/patch-af
+++ b/editors/xemacs/files/patch-af
@@ -1,11 +1,11 @@
---- src/database.c Tue Aug 19 13:41:17 1997
-+++ database.c Tue Aug 19 13:41:32 1997
-@@ -29,7 +29,7 @@
- #ifdef HAVE_DATABASE
- #include <database.h> /* Our include file */
- #ifdef HAVE_BERKELEY_DB
--#include <db.h> /* Berkeley db access */
-+#include "/usr/include/db.h" /* Berkeley db access */
- #endif
- #ifdef HAVE_DBM
- #include <ndbm.h>
+--- configure Thu Nov 20 03:13:44 1997
++++ configure.n Tue Dec 9 09:55:11 1997
+@@ -9706,7 +9706,7 @@
+
+ fi
+ if test "$with_database_berkdb" = "yes"; then
+- for path in "db/db.h" "db.h"; do
++ for path in "/usr/include/db.h" "db/db.h" "db.h"; do
+ cat > conftest.$ac_ext <<EOF
+ #line 9712 "configure"
+ #include "confdefs.h"