diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 2000-07-25 20:22:07 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 2000-07-25 20:22:07 +0000 |
commit | cae4619702662dcb5398e800bde90fee66b5dee7 (patch) | |
tree | e69a3111ddd5ec60d62fa3f699025581b5f1fcef /editors/xemacs-devel/files | |
parent | f01d3213211d74abb2aefa1ac633872a9714d199 (diff) |
Notes
Diffstat (limited to 'editors/xemacs-devel/files')
-rw-r--r-- | editors/xemacs-devel/files/patch-af | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/xemacs-devel/files/patch-af b/editors/xemacs-devel/files/patch-af index 97f5860fae94..ab726c98e4d9 100644 --- a/editors/xemacs-devel/files/patch-af +++ b/editors/xemacs-devel/files/patch-af @@ -1,6 +1,6 @@ ---- configure.orig Thu Apr 20 08:10:55 2000 -+++ configure Sun Jun 4 23:41:55 2000 -@@ -1041,6 +1041,7 @@ +--- configure.orig Sat Jul 15 09:44:36 2000 ++++ configure Tue Jul 25 19:13:53 2000 +@@ -1042,6 +1042,7 @@ case "$canonical" in *-*-linux* ) opsys=linux ;; @@ -8,12 +8,12 @@ *-*-netbsd* ) opsys=netbsd ;; *-*-openbsd* ) opsys=openbsd ;; *-*-nextstep* ) opsys=nextstep ;; -@@ -11308,7 +11309,7 @@ +@@ -11324,7 +11325,7 @@ if test "$with_database_berkdb" != "no"; then echo $ac_n "checking for Berkeley db.h""... $ac_c" 1>&6 - echo "configure:11311: checking for Berkeley db.h" >&5 + echo "configure:11327: checking for Berkeley db.h" >&5 - 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 11314 "configure" + #line 11330 "configure" #include "confdefs.h" |