commit 9515e440dd330e793570bb32caae7071759a034d
parent 54e5f174d6651258b9e04617951c9dcba51f6467
Author: Andrej Kacian <ticho@claws-mail.org>
Date: Thu, 3 Jan 2019 19:23:55 +0100
Fix configure for rare cases where python is not installed
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
@@ -1318,6 +1318,9 @@ AM_PATH_PYTHON([2.5], [
missing_python="pygtk-2.0 >= 2.10.3"
fi
fi
+], [
+ HAVE_PYTHON=no
+ missing_python="python interpreter"
])
AC_SUBST(PYTHON_SHARED_LIB)
AC_SUBST(PYTHON_CFLAGS)