diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-17 02:18:05 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-17 02:18:05 +0000 |
commit | 6c59170bca7b079bb699aa4fe6a5bf790e0dea6e (patch) | |
tree | 83a5fb38fba33a2f9e88f2df143b28d6ebc3b483 /editors/xemacs/files/patch-af | |
parent | Revert to rev. 1.4, which will restore some bugs in the previous version (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_0_0'.release/4.0.0
Diffstat (limited to 'editors/xemacs/files/patch-af')
-rw-r--r-- | editors/xemacs/files/patch-af | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/editors/xemacs/files/patch-af b/editors/xemacs/files/patch-af deleted file mode 100644 index 419ab120233e..000000000000 --- a/editors/xemacs/files/patch-af +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.orig Wed Feb 9 10:41:00 2000 -+++ configure Wed Feb 16 14:41:50 2000 -@@ -1040,6 +1040,7 @@ - - case "$canonical" in - *-*-linux* ) opsys=linux ;; -+ *-*-freebsd* ) opsys=freebsd ;; - *-*-netbsd* ) opsys=netbsd ;; - *-*-openbsd* ) opsys=openbsd ;; - *-*-nextstep* ) opsys=nextstep ;; -@@ -11180,7 +11181,7 @@ - if test "$with_database_berkdb" != "no"; then - echo $ac_n "checking for Berkeley db.h""... $ac_c" 1>&6 - echo "configure:11183: 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 11186 "configure" - #include "confdefs.h" |