[beast/temp-rc1] BUILD: depend on Python 2.7.5



commit 8be60ca740d65f54740785c21d0909c34114843e
Author: Tim Janik <timj gnu org>
Date:   Fri Oct 17 06:23:45 2014 +0200

    BUILD: depend on Python 2.7.5

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 40872ce..3a0e7c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -704,9 +704,9 @@ if test x"$enable_devel_mode" = xyes ; then
   DEVELMODE="" ; NOTDEVELMODE="#"
   # devel mode build tools
   MC_ASSERT_PROG(XMLLINT, xmllint, [See: http://xmlsoft.org/xmllint.html])
-  AC_CHECK_PROGS(PYTHON, OXXpython2.4 python)
-  if test -z "$PYTHON" || $PYTHON -c "import sys; sys.exit (sys.hexversion >= 0x20401f0)" 2>/dev/null ; then
-     AC_MSG_ERROR([failed to detect python (version >= 2.4.1) required for development mode])
+  MC_ASSERT_PROG(PYTHON, python2.7)
+  if test -z "$PYTHON" || $PYTHON -c "import sys; sys.exit (sys.hexversion >= 0x2070500)" 2>/dev/null ; then
+     AC_MSG_ERROR([failed to detect python (version >= 2.7.5) required for development mode])
   fi
 else
   DEVELMODE="#"; NOTDEVELMODE=""


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]