* configure.ac: Here.
---
ChangeLog | 6 ++++++
configure.ac | 2 ++
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 89ba9f1..e584ef2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-22 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Add a warning about Python 2.6 and greater regarding Swilena.
+
+ * configure.ac: Here.
+
2010-10-21 Roland Levillain <roland(a)lrde.epita.fr>
Factor the implementations of OLN_WITH_LIB and OLN_WITH_LIB_PKG_CONFIG.
diff --git a/configure.ac b/configure.ac
index 9e5a830..4f0ddd6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -279,6 +279,8 @@ disabled. Try to invoke configure with `--enable-shared'.])
# Check for Python.
AM_PATH_PYTHON([2.4], [],
[AC_MSG_ERROR([Python 2.4 is required for Swilena.])])
+ AS_VERSION_COMPARE([2.5], [$am_cv_python_version],
+ [AC_MSG_WARN([Python 2.6 and greater may not work with Swilena.])])
adl_CHECK_PYTHON
# Check for Python headers.
save_CPPFLAGS=$CPPFLAGS
--
1.5.6.5