Commit 9081ad12 authored by unknown's avatar unknown

- reverted use of AC_CONFIG_SUBDIRS for BDB for now (it somehow did

   not work as expected) - need to investigate (after 4.1.2 is released)

parent 91c01dd9
......@@ -2704,7 +2704,9 @@ then
/* ) rel_srcdir="$srcdir" ;;
* ) rel_srcdir="../../$srcdir" ;;
esac
AC_CONFIG_SUBDIRS($bdb/dist/configure)
(cd $bdb/build_unix && \
sh $rel_srcdir/$bdb/dist/configure $bdb_conf_flags) || \
AC_MSG_ERROR([could not configure Berkeley DB])
dnl echo "bdb = '$bdb'; inc = '$bdb_includes', lib = '$bdb_libs'"
echo "END OF BERKELEY DB CONFIGURATION"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment