diff --git a/configure.ac b/configure.ac index 959120c03d5d0e188bd38f351723c6dc4e59ac4f..c6dc0637b4cfba2fa9f3d98bcd246e04d42b3f56 100644 --- a/configure.ac +++ b/configure.ac @@ -387,6 +387,14 @@ if test "x$have_python" = "xyes" ; then AC_CONFIG_FILES(pymusic/setup.py) fi +else # not USE_MPI + +# The Python portion of MUSIC as well as the Debian package generation +# are MPI dependent + +AM_CONDITIONAL([HAVE_PYTHON], [false]) +AM_CONDITIONAL([DEB_PACKAGE], [false]) + fi AC_MSG_CHECKING([whether to build ROS Toolchain])