summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 617f6dedf..4f0b9a6fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -123,7 +123,7 @@ if test -z "$DBUS_BINDING_TOOL"; then
AC_MSG_ERROR([dbus-binding-tool (from dbus-glib) is required])
fi
PYTHON=
-AC_CHECK_PROGS([PYTHON], [python2.4 python2.5 python])
+AC_CHECK_PROGS([PYTHON], [python2.3 python2.4 python2.5 python])
if test -z "$PYTHON"; then
AC_MSG_ERROR([Python is required to compile this package])
fi