From 6b2ca4e158c3394f5aba8f0f01ff1734423683f9 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Tue, 9 Feb 2010 15:15:44 +0100 Subject: ZMQII-67: Build checks for python even if it's not needed --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index d9da679..078f27c 100644 --- a/configure.in +++ b/configure.in @@ -322,7 +322,7 @@ fi RUBYDIR="$rubydir" AC_SUBST([RUBYDIR]) -if test "x$pyzmq" != "xyes"; then +if test "x$pyzmq" = "xyes"; then AC_CHECK_PROG(have_python, python, yes, no) if test "x$have_python" != "xyes"; then AC_MSG_ERROR([Could not find python.]) -- cgit v1.2.3