aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorFranz Zotter <fzotter@users.sourceforge.net>2009-01-15 11:44:21 +0000
committerFranz Zotter <fzotter@users.sourceforge.net>2009-01-15 11:44:21 +0000
commit091c300de876434ade340f1079f7bfb377539d75 (patch)
tree29a44a2995b4ec303f4e7470daa318a14488f882 /src/config.h.in
parent5af5a54db6b83c77a521d7602f454efb9d723bdc (diff)
considered dependency of [mtx_eig] for complex eigenvalues on recent gsl versions
svn path=/trunk/externals/iem/iemmatrix/; revision=10558
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in4
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_ */