summaryrefslogtreecommitdiff
path: root/libre/seamonkey-libre/python27.patch
blob: f00681fd29381f00cb4ab7d736484c720b342011 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- configure.in~	2010-10-20 17:43:42.843358798 -0700
+++ configure.in	2010-10-20 17:43:16.373359032 -0700
@@ -874,7 +874,7 @@
     AC_MSG_RESULT([yes])    
 fi
 
-AC_PATH_PROGS(PYTHON, $PYTHON python2.5 python2.4 python)
+AC_PATH_PROGS(PYTHON, $PYTHON python2.7 python2.5 python2.4 python)
 if test -z "$PYTHON"; then
     AC_MSG_ERROR([python was not found in \$PATH])
 fi