Commit 67c69f95 authored by Martin Hurton's avatar Martin Hurton

make configure respect --with-python option

parent aacdb7a4
...@@ -212,6 +212,8 @@ if test "x$pyzmq" != "xyes"; then ...@@ -212,6 +212,8 @@ if test "x$pyzmq" != "xyes"; then
[python third-party/openpgm/libpgm-1.0.0/openpgm/pgm/version_generator.py > \ [python third-party/openpgm/libpgm-1.0.0/openpgm/pgm/version_generator.py > \
third-party/openpgm/libpgm-1.0.0/openpgm/pgm/version.c]) third-party/openpgm/libpgm-1.0.0/openpgm/pgm/version.c])
AM_CONDITIONAL(BUILD_PYTHON, test "x$pyzmq" = "xyes")
AC_SUBST(stdint) AC_SUBST(stdint)
AC_SUBST(inttypes) AC_SUBST(inttypes)
...@@ -241,5 +243,3 @@ AC_MSG_RESULT([ 0MQ install dir: $prefix]) ...@@ -241,5 +243,3 @@ AC_MSG_RESULT([ 0MQ install dir: $prefix])
AC_MSG_RESULT([ Python language binding: $pyzmq]) AC_MSG_RESULT([ Python language binding: $pyzmq])
AC_MSG_RESULT([]) AC_MSG_RESULT([])
AM_CONDITIONAL(BUILD_PYTHON, test "x$pyzmq" = "xyes")
Markdown is supported
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