aboutsummaryrefslogtreecommitdiff
path: root/editors/xemacs/files/patch-af
blob: 419ab120233eecb504c04db367ea611a7283157a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- 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"