Fix prof module init for python3

This commit is contained in:
James Booth
2016-07-18 01:27:23 +01:00
parent ace2715cf7
commit 7d742f704f
5 changed files with 52 additions and 29 deletions

View File

@@ -96,7 +96,6 @@ elif test "x$enable_python_plugins" = xyes; then
fi
fi
AS_IF([test "x$PLATFORM" = xosx], [rm -f Python.framework])
AS_IF([test "x$PYTHON_VERSION" = x3], [AC_DEFINE([PYTHON3], [1], [Python 3 build])])
else
AM_CONDITIONAL([BUILD_PYTHON_API], [false])
fi