diff options
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.h.in b/src/config.h.in index 116d8ce..15435c9 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -13,6 +13,7 @@ /* can libgsl compute complex eigenvalues? */ #undef HAVE_GSL_EIGEN_NONSYMM - +/* can math compute Bessel functions? */ +#undef HAVE_MATH_BESSEL #endif /* CONFIG_H_ */ |