X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=19fae7be76e2a5e40351ee7e5d24ce51afe795a8;hb=16af423f0593e795731c4ab6917bf9a3e0e76e90;hp=ca95a1b8112862d39804a78a0598e420ec5b1ea8;hpb=2e6c98e893777e4abf7b05cb4ecf81dde088cdb8;p=rrdtool.git diff --git a/configure.ac b/configure.ac index ca95a1b..19fae7b 100644 --- a/configure.ac +++ b/configure.ac @@ -504,6 +504,7 @@ else fi + AC_MSG_CHECKING(Ruby Modules to build) AC_MSG_RESULT(${COMP_RUBY:-No Ruby Modules will be built}) @@ -583,7 +584,13 @@ AM_PATH_PYTHON(2.3,[],[enable_python=no]) AM_CHECK_PYTHON_HEADERS(,[enable_python=no;AC_MSG_WARN(could not find Python headers)]) fi -AM_CONDITIONAL(BUILD_PYTHON,[test "$enable_python" = "yes"]) +if test x$enable_python = xno; then + COMP_PYTHON= +else + COMP_PYTHON="python" +fi + +AC_SUBST(COMP_PYTHON) dnl Check for nroff AC_PATH_PROGS(NROFF, gnroff nroff)