From f8d934eaa1b7b8b74c82ee30b397d457259c98f4 Mon Sep 17 00:00:00 2001 From: Alex Cunningham Date: Wed, 27 Jan 2010 14:37:45 +0000 Subject: [PATCH] Fixed issue with configure script for enabling gsl and atlas --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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