forked from premiere/premiere-libtorrent
fixed python binding build when boost.serialization is not installed
This commit is contained in:
parent
4cd5a6270d
commit
946165157a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue