summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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.])