fixed python binding build when boost.serialization is not installed

This commit is contained in:
Arvid Norberg
2009-04-27 03:45:51 +00:00
parent 4cd5a6270d
commit 946165157a

View File

@@ -172,7 +172,7 @@ AC_ARG_WITH(
[[logging=none]]
)
COMPILETIME_OPTIONS=""
COMPILETIME_OPTIONS="-DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION "
dnl Check the value for the --with-logging switch
AC_MSG_CHECKING([what form of logging to use])
case "$logging" in