Fixed issue with configure script for enabling gsl and atlas
parent
53cb1cca84
commit
f8d934eaa1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue