mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
92ad704911
Obtained from: maintainer (me@freebsd.org)
12 lines
334 B
Plaintext
12 lines
334 B
Plaintext
--- configure Thu Nov 20 03:13:44 1997
|
|
+++ configure.n Tue Dec 9 09:55:11 1997
|
|
@@ -9706,7 +9706,7 @@
|
|
|
|
fi
|
|
if test "$with_database_berkdb" = "yes"; then
|
|
- 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 9712 "configure"
|
|
#include "confdefs.h"
|