[Commits] [SCM] claws branch, master, updated. 3.17.3-27-g9515e44
ticho at claws-mail.org
ticho at claws-mail.org
Thu Jan 3 19:24:16 CET 2019
The branch, master has been updated
via 9515e440dd330e793570bb32caae7071759a034d (commit)
from 54e5f174d6651258b9e04617951c9dcba51f6467 (commit)
Summary of changes:
configure.ac | 3 +++
1 file changed, 3 insertions(+)
- Log -----------------------------------------------------------------
commit 9515e440dd330e793570bb32caae7071759a034d
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Thu Jan 3 19:23:55 2019 +0100
Fix configure for rare cases where python is not installed
diff --git a/configure.ac b/configure.ac
index 91fa59e..2ac2aa7 100644
--- 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)
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list