[Rivet-svn] r2563 - trunk

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Jul 6 15:16:55 BST 2010


Author: dgrell
Date: Tue Jul  6 15:17:11 2010
New Revision: 2563

Log:
Fixed fastjet configure check

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	Tue Jul  6 11:44:33 2010	(r2562)
+++ trunk/configure.ac	Tue Jul  6 15:17:11 2010	(r2563)
@@ -106,7 +106,7 @@
   fjmicro=$(echo $fjversion | cut -f3 -d.)
   if test "$fjmajor" -lt 2 \
     -o "$fjmajor" -eq 2 -a "$fjminor" -lt 4 \
-    -o "$fjmajor" -eq 2 -a "$fjminor" -eq 4 -a "$fjminor" -lt 2; then
+    -o "$fjmajor" -eq 2 -a "$fjminor" -eq 4 -a "$fjmicro" -lt 2; then
     AC_MSG_ERROR([FastJet version 2.4.2 or later is required])
   fi
   FASTJETCONFIGLIBADD="$($FJCONFIG --plugins --shared --libs | sed 's/\-\-rpath/-rpath/g')"


More information about the Rivet-svn mailing list