X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=168db76880f48ab66c544ff6d2b4f0c8fdec1ca8;hp=846ee58818971041abc350b8ce4dcc79cf04530f;hb=9c4445429c2c2d558a13023dd4c9bbcf24f8cc7b;hpb=05aa48da927bdd0ae848f2c704c0a3389480d982 diff --git a/configure.ac b/configure.ac index 846ee5881..168db7688 100644 --- a/configure.ac +++ b/configure.ac @@ -333,11 +333,11 @@ swig_version=2.0.0 AC_ARG_ENABLE([python-bindings], [AC_HELP_STRING([--enable-python-bindings], [compile Python bindings])], - [enable_python=yes], [enable_python=no]) + [enable_python_binding=yes], [enable_python_binding=no]) -AM_CONDITIONAL([USE_PYTHON], [test "x${enable_python:-yes}" = xyes]) +AM_CONDITIONAL([PYTHON_BINDING], [test "x${enable_python_binding:-yes}" = xyes]) -if test "x${enable_python:-yes}" = xyes; then +if test "x${enable_python_binding:-yes}" = xyes; then AX_PKG_SWIG($swig_version, [], [ AC_MSG_ERROR([SWIG $swig_version or newer is needed]) ]) AM_PATH_PYTHON @@ -609,7 +609,7 @@ AS_IF([test "x$test_java_agent_log4j" = "xyes"],[ #Python binding enabled/disabled AS_ECHO_N("Python binding: ") -AS_IF([test "x${enable_python:-yes}" = xyes], [ +AS_IF([test "x${enable_python_binding:-yes}" = xyes], [ AS_ECHO("Enabled") ],[ AS_ECHO("Disabled")