diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-01-16 19:40:28 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:11 +0100 |
commit | fa39e58d91ab5a2acee0d933b7a7565cbbc4bfe5 (patch) | |
tree | e453e7aa47fe5b7c8e416f9c904652e67a654d0e /config.h.in | |
parent | 6f2c69fde931686c7400595ae162bccdd899de51 (diff) |
Add an option to fudge CBLAS if necessary
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 0f412281..80cbca26 100644 --- a/config.h.in +++ b/config.h.in @@ -9,6 +9,9 @@ /* 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 |