diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-02-25 23:59:58 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2012-02-25 23:59:58 +0100 |
commit | d737f85c66ee8e8f759069858ef5fc9788a32b87 (patch) | |
tree | 9e807dab8ad35fc3e9eb9b000322fd5cb920b90f /configure.ac | |
parent | 675e9292f0488f4ee9ec1c3f4dd145c949321ddf (diff) |
Make --enable-gsl-fudge the default
There's absolutely no sensible reason why this should be optional - it doesn't cause
any difficulties when enabled.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac index f26611e7..a270ee20 100644 --- a/configure.ac +++ b/configure.ac @@ -38,19 +38,6 @@ AC_ARG_WITH(gsl, [PKG_CHECK_MODULES([GSL], [gsl])]) -AC_ARG_ENABLE(gsl-fudge, AS_HELP_STRING([--enable-gsl-fudge], - [Use this option if you get lots of linker errors concerning GSL and CBLAS])) -AC_MSG_CHECKING([whether to use the GSL CBLAS fudge]) -AS_IF([test "x$enable_gsl_fudge" == "xyes"], -[ - AC_MSG_RESULT([yes]) - AC_DEFINE([GSL_FUDGE], [1], [Define to 1 if the GSL fudge is needed]) -], -[ - AC_MSG_RESULT([no]) -]) - - AC_ARG_WITH(opencl, AS_HELP_STRING([--with-opencl], [Use OpenCL])) AC_MSG_CHECKING([whether to use OpenCL]) AS_IF([test "x$with_opencl" == "xyes"], |