Closed GoogleCodeExporter closed 9 years ago
I think the following patch may fix it, but it needs testing by someone with
python2.7 -- I'm not easily able to test it right now.
Index: configure.ac
===================================================================
--- configure.ac (revision 750)
+++ configure.ac (working copy)
@@ -243,7 +243,7 @@
#
# NB: Cannot use AC_CONFIG_LIBOBJ_DIR here, because it's not present
# in autoconf 2.53.
-AC_PATH_PROGS(PYTHON, [python2.6 python-2.6 python2.5 python-2.5 python2.4
python-2.4 python])
+AC_PATH_PROGS(PYTHON, [python2.7 python-2.7 python2.6 python-2.6 python2.5
python-2.5 python2.4 python-2.4 python])
AC_ARG_VAR(PYTHON, [Python interpreter])
# Python 1 doesn't even support -V
if ! "$PYTHON" -V 2>&1 | grep "^Python" >/dev/null; then
Original comment by fergus.h...@gmail.com
on 25 Jan 2012 at 2:35
Hello, i have test your patch and it works!
I don't receive error messages anymore and the rpm package installation still
succeed.
Thanks for your patch!
Original comment by black.si...@gmail.com
on 2 Feb 2012 at 10:00
I checked in the patch: fixed in revision 753.
Original comment by fergus.h...@gmail.com
on 6 Feb 2012 at 5:18
Original issue reported on code.google.com by
Javierjc...@gmail.com
on 5 Dec 2011 at 6:17