Commit 9ab6567b authored by lenz@kallisto.local's avatar lenz@kallisto.local

- 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 4493a24d
......@@ -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