diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-07-22 13:39:32 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-07-22 13:39:32 +0000 |
commit | 1a645b8807a2e55372a02ec50d71a8134968626d (patch) | |
tree | 84a8028ff1c43a89bf085a21b4ec50c61ae206ef /src/iemmatrix.h | |
parent | 1f9a0c772d2178f0df6c2a6ea16e3c0986abeed4 (diff) |
added check for fftw3;
use config.h for extended configuration
svn path=/trunk/externals/iem/iemmatrix/; revision=10203
Diffstat (limited to 'src/iemmatrix.h')
-rw-r--r-- | src/iemmatrix.h | 5 |
1 files changed, 5 insertions, 0 deletions
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" |