Skip to content

Commit 5884ff3

Browse files
author
foobar
committed
let this be more userfriendly.
1 parent c0d6e07 commit 5884ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/dba/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ AC_DBA_STD_RESULT
106106
AC_ARG_WITH(db2,
107107
[ --with-db2[=DIR] Include Berkeley DB2 support],[
108108
if test "$withval" != "no"; then
109-
for i in /usr/local /usr /usr/BerkeleyDB $withval; do
109+
for i in /usr/local /usr /usr/BerkeleyDB $withval/BerkeleyDB $withval; do
110110
if test -f "$i/db2/db.h"; then
111111
THIS_PREFIX=$i
112112
DB2_EXTRA=db2

0 commit comments

Comments
 (0)