[Rivet-svn] r2570 - trunk

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Jul 7 15:39:25 BST 2010


Author: hoeth
Date: Wed Jul  7 15:39:25 2010
New Revision: 2570

Log:
Fixed quoting problem

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	Wed Jul  7 11:24:15 2010	(r2569)
+++ trunk/configure.ac	Wed Jul  7 15:39:25 2010	(r2570)
@@ -192,7 +192,7 @@
 if test x$enable_pyext == xyes; then
   AZ_PYTHON_PATH
   AZ_PYTHON_VERSION_ENSURE([2.3])
-  PYTHON_VERSION=`$PYTHON -c "import sys; print ".".join(map(str, sys.version_info[:2]));"`
+  PYTHON_VERSION=`$PYTHON -c "import sys; print '.'.join(map(str, sys.version_info@<:@:2@:>@));"`
   AC_SUBST(PYTHON_VERSION)
   RIVET_PYTHONPATH=`$PYTHON -c "import distutils.sysconfig; print distutils.sysconfig.get_python_lib(prefix='$prefix');"`
   AC_SUBST(RIVET_PYTHONPATH)


More information about the Rivet-svn mailing list