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 /config.h.in | |
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 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index 2b7e683d..34cedce2 100644 --- a/config.h.in +++ b/config.h.in @@ -9,9 +9,6 @@ /* Define to 1 when the gnulib module strnlen should be tested. */ #undef GNULIB_TEST_STRNLEN -/* Define to 1 if the GSL fudge is needed */ -#undef GSL_FUDGE - /* Define to 1 if you have the <bp-sym.h> header file. */ #undef HAVE_BP_SYM_H |