diff options
Diffstat (limited to 'editors/xemacs-devel/files/patch-af')
-rw-r--r-- | editors/xemacs-devel/files/patch-af | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/editors/xemacs-devel/files/patch-af b/editors/xemacs-devel/files/patch-af index 90ca0820e9aa..c0c55cbf0aef 100644 --- a/editors/xemacs-devel/files/patch-af +++ b/editors/xemacs-devel/files/patch-af @@ -1,6 +1,6 @@ ---- configure.in.orig Fri Aug 4 11:49:59 2000 -+++ configure.in Fri Sep 8 16:12:55 2000 -@@ -1053,6 +1053,7 @@ +--- configure.in.orig Wed Jul 25 09:39:21 2001 ++++ configure.in Sun Oct 7 23:20:24 2001 +@@ -1098,6 +1098,7 @@ dnl Straightforward OS determination case "$canonical" in *-*-linux* ) opsys=linux ;; @@ -8,7 +8,7 @@ *-*-netbsd* ) opsys=netbsd ;; *-*-openbsd* ) opsys=openbsd ;; *-*-nextstep* ) opsys=nextstep ;; -@@ -3052,21 +3053,24 @@ +@@ -3661,21 +3662,24 @@ test "$ac_cv_func_crypt" != "yes" && { AC_CHECK_LIB(crypt, crypt) } fi dnl Back to our regularly scheduled wnn hunting @@ -42,12 +42,12 @@ fi dnl Autodetect canna -@@ -3579,7 +3583,7 @@ +@@ -4257,7 +4261,7 @@ dnl Check for Berkeley DB. if test "$with_database_berkdb" != "no"; then AC_MSG_CHECKING(for Berkeley db.h) -- for path in "db/db.h" "db.h"; do -+ for path in "/usr/include/db.h" "db/db.h" "db.h"; do +- for header in "db/db.h" "db.h"; do ++ for header in "/usr/include/db.h" "db/db.h" "db.h"; do AC_TRY_COMPILE([ #include <stdlib.h> #if !(defined __GLIBC__ && __GLIBC_MINOR__ >= 1) |