diff options
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in index ce9d7bf..116d8ce 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -10,5 +10,9 @@ /* do we have libgsl installed? */ #undef HAVE_LIBGSL +/* can libgsl compute complex eigenvalues? */ +#undef HAVE_GSL_EIGEN_NONSYMM + + #endif /* CONFIG_H_ */ |