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. --- libcrystfel/src/utils.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libcrystfel/src/utils.c') diff --git a/libcrystfel/src/utils.c b/libcrystfel/src/utils.c index bc1408e7..1572aceb 100644 --- a/libcrystfel/src/utils.c +++ b/libcrystfel/src/utils.c @@ -492,10 +492,8 @@ char *safe_basename(const char *in) } -#ifdef GSL_FUDGE /* Force the linker to bring in CBLAS to make GSL happy */ void utils_fudge_gslcblas() { STATUS("%p\n", cblas_sgemm); } -#endif -- cgit v1.2.3