[PATCH] Use AC_PROG_PATHS for Python

Ray Donnelly mingw.android at gmail.com
Fri Nov 15 19:35:20 PST 2013


I'm working on building clang/llvm in MSYS2 where, in it's latest
incarnation python2.exe exists in /usr/bin but python.exe doesn't. The
configury incorrectly uses AC_PROG_PATH instead of AC_PROG_PATHS when
searching for a Python executable in the list [python python2
python26] and so doesn't find python2.

This patch fixes this.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Use-AC_PROG_PATHS-for-Python.patch
Type: application/octet-stream
Size: 2459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131116/8a1ebec4/attachment.obj>


More information about the llvm-commits mailing list