From ba49f3d781ddda444783b1c99ca65f2148e70a33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 3 Nov 2008 10:20:51 +0000 Subject: added checks for sndfile to configure; properly use this in mtx_sndfileread svn path=/trunk/externals/iem/iemmatrix/; revision=10356 --- src/config.h.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in index 1f8be77..f4a52f9 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -1,10 +1,11 @@ #ifndef CONFIG_H_ #define CONFIG_H_ - /* do we have fftw3 installed? */ #undef HAVE_FFTW3_H +/* do we have libsndfile installed? */ +#undef HAVE_SNDFILE_H #endif /* CONFIG_H_ */ -- cgit v1.2.1