diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-02-07 18:22:38 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-02-07 18:22:38 +0000 |
commit | 5ae625693256bb40fa38888b63c4b07eb0bb2811 (patch) | |
tree | e668c8d904959ff9370fdf1532195b830511d644 | |
parent | 22ebc718f1cf243b345fc1849c44ee31267f69dc (diff) |
Add python2.3 to the list of Python executables to trytelepathy-gabble_0.5.3
-rw-r--r-- | configure.ac | 2 |
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 |