From bb2efc94ff6faf88f569c8f4f97dd6ed6e76c9cb Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Wed, 18 Aug 2004 06:40:17 +0000 Subject: properly don't enable python if it was not detected --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 556e66f3..4d5d3781 100644 --- a/configure.ac +++ b/configure.ac @@ -283,6 +283,8 @@ if test "X$PYTHON_VERSION" != X; then else enable_python=no fi +else + enable_python=no fi AM_CONDITIONAL([PYTHON_ENABLED],[test "x$enable_python" = "xyes"]) AC_MSG_RESULT($enable_python) -- cgit