From 67c69f952c956fb151c654726b4fc67e122722ff Mon Sep 17 00:00:00 2001 From: Martin Hurton Date: Wed, 26 Aug 2009 15:50:37 +0200 Subject: make configure respect --with-python option --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') 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") - -- cgit v1.2.3