- Typo: bail out for python <= 2.1.0 instead of 2.5.0
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@277 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
aecf9bc207
commit
749bf68235
|
@ -37,7 +37,7 @@ AC_DEFUN([AC_PYTHON_DEVEL],[
|
||||||
#
|
#
|
||||||
AC_MSG_CHECKING([for a version of Python >= 2.1.0])
|
AC_MSG_CHECKING([for a version of Python >= 2.1.0])
|
||||||
ac_supports_python_ver=`$PYTHON -c "import sys, string; \
|
ac_supports_python_ver=`$PYTHON -c "import sys, string; \
|
||||||
print string.split(sys.version)[[0]] >= '2.5.0'"`
|
print string.split(sys.version)[[0]] >= '2.1.0'"`
|
||||||
if test "$ac_supports_python_ver" != "True"; then
|
if test "$ac_supports_python_ver" != "True"; then
|
||||||
if test -z "$PYTHON_NOVERSIONCHECK"; then
|
if test -z "$PYTHON_NOVERSIONCHECK"; then
|
||||||
AC_MSG_RESULT([no])
|
AC_MSG_RESULT([no])
|
||||||
|
|
Loading…
Reference in New Issue