Lars's gsl detection changes incorporated with my updates to work with gsl 1.5.9

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3386 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2005-05-14 14:40:03 +00:00
parent 9248e76d5b
commit 18a061ffaa

View File

@ -356,7 +356,7 @@ AC_ARG_ENABLE(georef,
[ac_georef=$enableval], [ac_georef=yes])
have_gsl_lib=no
if [ test $ac_georef = yes ] ; then
PKG_CHECK_MODULES(GSL, gsl >= 1.6, have_gsl_lib=yes)
PKG_CHECK_MODULES(GSL, gsl >= 1.5.9, have_gsl_lib=yes, have_gsl_lib=no)
fi
AM_CONDITIONAL([HAVE_GSL], [test "$have_gsl_lib" = "yes"])