|
[Rivet-svn] r2643 - trunkblackhole at projects.hepforge.org blackhole at projects.hepforge.orgWed Aug 4 16:21:37 BST 2010
Author: buckley Date: Wed Aug 4 16:21:36 2010 New Revision: 2643 Log: Be more explicitly helpful if a too-old SWIG version is being used Modified: trunk/configure.ac Modified: trunk/configure.ac ============================================================================== --- trunk/configure.ac Wed Aug 4 14:43:28 2010 (r2642) +++ trunk/configure.ac Wed Aug 4 16:21:36 2010 (r2643) @@ -245,7 +245,7 @@ fi AC_MSG_RESULT([$flag_ok]) if test x$flag_ok != xyes; then - AC_MSG_ERROR([Can't build Python extension since $SWIG is not compatible with $CXX]) + AC_MSG_ERROR([Can't build Python extension since $SWIG is not compatible with $CXX. Get a newer SWIG version!]) enable_pyext=no fi fi
More information about the Rivet-svn mailing list |