Skip to content
Snippets Groups Projects
Commit 11c4083d authored by Mikael Djurfeldt's avatar Mikael Djurfeldt
Browse files

Define HAVE_PYTHON and DEB_PACKAGE also when MPI is disabled.

parent 25e119b0
No related branches found
No related tags found
No related merge requests found
......@@ -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])
......
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