From d737f85c66ee8e8f759069858ef5fc9788a32b87 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 25 Feb 2012 23:59:58 +0100 Subject: 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. --- configure.ac | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'configure.ac') 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"], -- cgit v1.2.3