summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-08-27 10:55:26 +0200
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-08-27 10:55:26 +0200
commit67194267f89d63391288600f127205a2b7a8a5ae (patch)
tree58b1de162e0d2b0fc8fe4fd73f9333cc62d3a6db /configure.in
parent99c5d9283622a0b37ee80f83ff4875c059fc5990 (diff)
parent67c69f952c956fb151c654726b4fc67e122722ff (diff)
Merge branch 'master' of git@github.com:sustrik/zeromq2
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index fd4ffcf..67d81c3 100644
--- a/configure.in
+++ b/configure.in
@@ -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")
-