diff --git a/configure.ac b/configure.ac index 9971ddc95..ea68efda2 100644 --- a/configure.ac +++ b/configure.ac @@ -37,7 +37,7 @@ AC_ARG_ENABLE([gsl], *) AC_MSG_ERROR([bad value ${enableval} for --enable-gsl]) ;; esac],[gsl=false]) -AM_CONDITIONAL([GSL], TRUE) +AM_CONDITIONAL([GSL], [test x$gsl = xtrue]) # enable using ATLAS for BLAS