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 /libcrystfel/src/utils.c | |
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 'libcrystfel/src/utils.c')
-rw-r--r-- | libcrystfel/src/utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 |