Disable build of Kross python plugin, because it is not compatible with Python >= 3.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/29/head
Slávek Banko 1 year ago committed by Michele Calgaro
parent 21c6548234
commit cb526fe9ff
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -14,8 +14,11 @@ fi
# Compile the Kross python plugin only if both, $LIBPYTHON and
# $PYTHONINC, are defined.
#
# WARNING: Building Kross python plugin is now prohibited at all times,
# because it is not compatible with Python >= 3.
AM_CONDITIONAL(compile_kross_python,
test -n "$LIBPYTHON" && test -n "$PYTHONINC")
false && test -n "$LIBPYTHON" && test -n "$PYTHONINC")
###############################
# Check for Ruby

Loading…
Cancel
Save