[llvm-commits] [PATCH] build: add --with-python option

NAKAMURA Takumi geek4civic at gmail.com
Sat Jan 26 23:28:15 PST 2013



================
Comment at: autoconf/configure.ac:1318
@@ +1317,3 @@
+
+AC_MSG_CHECKING([for python >= 2.5])
+ac_python_version=`$PYTHON -c 'import sys; print sys.version.split()[[0]]'`
----------------
Would it be less descriptive if his python were python3?

================
Comment at: autoconf/configure.ac:1328
@@ +1327,3 @@
+  AC_MSG_RESULT([not found])
+  AC_MSG_FAILURE([found python $ac_python_version ($PYTHON); required >= 2.5])
+fi
----------------
ditto.


http://llvm-reviews.chandlerc.com/D334



More information about the llvm-commits mailing list