From 8721acc0c0329ef6e63107c44e1bb61fae26f015 Mon Sep 17 00:00:00 2001 From: Franz Zotter Date: Fri, 9 Jan 2009 10:02:23 +0000 Subject: 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 --- src/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config.h.in') 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_ */ -- cgit v1.2.1