From 91903214d0fcecee40446fd19d063d8bc2175d6f Mon Sep 17 00:00:00 2001 From: Fons Rademakers <Fons.Rademakers@cern.ch> Date: Mon, 26 Jun 2006 14:05:44 +0000 Subject: [PATCH] gsl test lowered to 1.5. git-svn-id: http://root.cern.ch/svn/root/trunk@15556 27541ba8-7e3a-0410-8455-c3a389f83636 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 75f861a75a4..be634aa03d5 100755 --- a/configure +++ b/configure @@ -3333,9 +3333,9 @@ if test ! "x$enable_mathmore" = "xno"; then if `which gsl-config > /dev/null 2>&1` ; then which gsl-config # we found gsl-config - now check the version number - message "Checking for GSL version >= 1.8" + message "Checking for GSL version >= 1.5" gsl_version=`gsl-config --version | awk 'BEGIN { FS="." } { printf "%d", $1 * 1000 + $2 }'` - if test $gsl_version -lt 1008 ; then + if test $gsl_version -lt 1005 ; then result "no (`gsl-config --version`)" enable_mathmore="no" else -- GitLab