aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorFranz Zotter <fzotter@users.sourceforge.net>2009-01-09 10:02:23 +0000
committerFranz Zotter <fzotter@users.sourceforge.net>2009-01-09 10:02:23 +0000
commit8721acc0c0329ef6e63107c44e1bb61fae26f015 (patch)
tree3b45967f7c07199fc15585ed34eaf997e9d6d2b9 /src/config.h.in
parente4b95a34766d815448577fc94d5241819b2cef6c (diff)
added [mtx_svd] for singular value decomposition with the GNU scientific library support. config.h.in and configure.ac correspondingly modified.
svn path=/trunk/externals/iem/iemmatrix/; revision=10493
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index f4a52f9..ce9d7bf 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -7,5 +7,8 @@
/* do we have libsndfile installed? */
#undef HAVE_SNDFILE_H
+/* do we have libgsl installed? */
+#undef HAVE_LIBGSL
+
#endif /* CONFIG_H_ */