From 83c2baee99f72375cd563ef8f06ed1046693fc95 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 11 Jan 2008 02:53:25 +0000 Subject: [PATCH] Do the Python version check to the one in ac_python_devel.m4. make install works. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 2027f2f4d1f..7574616fbd4 100644 --- a/configure.ac +++ b/configure.ac @@ -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 #