mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-19 00:46:05 +01:00
ZMQII-67: Build checks for python even if it's not needed
This commit is contained in:
parent
4c870ede7f
commit
6b2ca4e158
@ -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.])
|
||||
|
Loading…
x
Reference in New Issue
Block a user