Fixed issue with configure script for enabling gsl and atlas

release/4.3a0
Alex Cunningham 2010-01-27 14:37:45 +00:00
parent 53cb1cca84
commit f8d934eaa1
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ AC_ARG_ENABLE([gsl],
*) AC_MSG_ERROR([bad value ${enableval} for --enable-gsl]) ;; *) AC_MSG_ERROR([bad value ${enableval} for --enable-gsl]) ;;
esac],[gsl=false]) esac],[gsl=false])
AM_CONDITIONAL([GSL], TRUE) AM_CONDITIONAL([GSL], [test x$gsl = xtrue])
# enable using ATLAS for BLAS # enable using ATLAS for BLAS