summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index cb8a7609d67c..c0dc0ae1b511 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7377,11 +7377,11 @@ else
PYTHON_LIBS="-framework Python"
else
# This causes an error if no python command is found
- AM_PATH_PYTHON([2.6])
+ AM_PATH_PYTHON([3.3])
fi
elif test $enable_python = auto; then
dnl This allows lack of system Python
- AM_PATH_PYTHON([2.6],, [:])
+ AM_PATH_PYTHON([3.3],, [:])
if test "$PYTHON" = :; then
enable_python=internal