Commit 6b2ca4e1 authored by Martin Sustrik's avatar Martin Sustrik

ZMQII-67: Build checks for python even if it's not needed

parent 4c870ede
...@@ -322,7 +322,7 @@ fi ...@@ -322,7 +322,7 @@ fi
RUBYDIR="$rubydir" RUBYDIR="$rubydir"
AC_SUBST([RUBYDIR]) AC_SUBST([RUBYDIR])
if test "x$pyzmq" != "xyes"; then if test "x$pyzmq" = "xyes"; then
AC_CHECK_PROG(have_python, python, yes, no) AC_CHECK_PROG(have_python, python, yes, no)
if test "x$have_python" != "xyes"; then if test "x$have_python" != "xyes"; then
AC_MSG_ERROR([Could not find python.]) AC_MSG_ERROR([Could not find python.])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment