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/filters.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libcrystfel/src/filters.c') diff --git a/libcrystfel/src/filters.c b/libcrystfel/src/filters.c index 5bfab0ab..3c5d91b3 100644 --- a/libcrystfel/src/filters.c +++ b/libcrystfel/src/filters.c @@ -32,9 +32,7 @@ #include #include #include -#ifdef GSL_FUDGE #include -#endif #include "image.h" @@ -133,10 +131,8 @@ void filter_noise(struct image *image, float *old) } -#ifdef GSL_FUDGE /* Force the linker to bring in CBLAS to make GSL happy */ void filters_fudge_gslcblas() { STATUS("%p\n", cblas_sgemm); } -#endif -- cgit v1.2.3