make configure respect --with-python option

This commit is contained in:
Martin Hurton 2009-08-26 15:50:37 +02:00
parent aacdb7a454
commit 67c69f952c

View File

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