From 1a645b8807a2e55372a02ec50d71a8134968626d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 22 Jul 2008 13:39:32 +0000 Subject: added check for fftw3; use config.h for extended configuration svn path=/trunk/externals/iem/iemmatrix/; revision=10203 --- src/iemmatrix.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/iemmatrix.h') diff --git a/src/iemmatrix.h b/src/iemmatrix.h index 2e9eb13..5021ed0 100644 --- a/src/iemmatrix.h +++ b/src/iemmatrix.h @@ -53,6 +53,11 @@ #include "m_pd.h" + +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif /* HAVE_CONFIG_H */ + #define VERSION "0.1" -- cgit v1.2.1