2000-02-17 21:38:02 +00:00
|
|
|
--- configure.orig Wed Feb 9 10:41:00 2000
|
|
|
|
+++ configure Wed Feb 16 14:41:50 2000
|
|
|
|
@@ -1040,6 +1040,7 @@
|
1999-11-18 20:56:15 +00:00
|
|
|
|
|
|
|
case "$canonical" in
|
|
|
|
*-*-linux* ) opsys=linux ;;
|
|
|
|
+ *-*-freebsd* ) opsys=freebsd ;;
|
|
|
|
*-*-netbsd* ) opsys=netbsd ;;
|
1999-12-25 12:34:09 +00:00
|
|
|
*-*-openbsd* ) opsys=openbsd ;;
|
1999-11-26 16:50:03 +00:00
|
|
|
*-*-nextstep* ) opsys=nextstep ;;
|
2000-02-17 21:38:02 +00:00
|
|
|
@@ -11180,7 +11181,7 @@
|
1999-06-22 22:02:00 +00:00
|
|
|
if test "$with_database_berkdb" != "no"; then
|
|
|
|
echo $ac_n "checking for Berkeley db.h""... $ac_c" 1>&6
|
2000-02-17 21:38:02 +00:00
|
|
|
echo "configure:11183: checking for Berkeley db.h" >&5
|
1999-06-22 22:02:00 +00:00
|
|
|
- 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
|
2000-02-17 21:38:02 +00:00
|
|
|
#line 11186 "configure"
|
1997-12-15 20:07:46 +00:00
|
|
|
#include "confdefs.h"
|