Do the Python version check to the one in ac_python_devel.m4.

make install works.
This commit is contained in:
Eric S. Raymond 2008-01-11 02:53:25 +00:00
parent 1a8b179a51
commit 83c2baee99

View file

@ -59,6 +59,7 @@ AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([1.9 tar-ustar foreign])
AM_GNU_GETTEXT([external])
AC_PROG_RANLIB
AC_PYTHON_DEVEL(>='2.4')
#######################################################################
# Configuration options #