[ooo-build-commit] .: configure.in
Fridrich Strba
fridrich at kemper.freedesktop.org
Mon Oct 4 10:58:42 PDT 2010
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e023bdacf0e41339a83bf4e48246ced43d9f529f
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Mon Oct 4 19:56:44 2010 +0200
Don't break on older systems that have python < 2.4
diff --git a/configure.in b/configure.in
index 2f4988c..47098ae 100644
--- a/configure.in
+++ b/configure.in
@@ -506,7 +506,7 @@ AC_SUBST(PERL)
INTLTOOL_PERL=$PERL
AC_SUBST(INTLTOOL_PERL)
-AM_PATH_PYTHON([2.4])
+AM_PATH_PYTHON
AC_PATH_PROG(PKG_CONFIG, pkg-config)
if test ! -x "$PKG_CONFIG" ; then
More information about the ooo-build-commit
mailing list