mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
make configure respect --with-python option
This commit is contained in:
parent
aacdb7a454
commit
67c69f952c
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user