summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 98794aa87..8dbddd926 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT(bcfg2,0.0.1)
AM_INIT_AUTOMAKE(bcfg2,0.0.1)
-AM_PATH_PYTHON()
+AM_PATH_PYTHON(2.3)
AM_PYTHON_CHECK_VERSION($PYTHON,2.1,,AC_MSG_ERROR(Python version 2.1 or greater is required.))
AC_OUTPUT(Makefile src/Makefile generators/Makefile)