aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-11-03 10:20:51 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-11-03 10:20:51 +0000
commitba49f3d781ddda444783b1c99ca65f2148e70a33 (patch)
treee7914bb93cf98072c9dfda7fa65f7e9a43db843c /src/config.h.in
parentf19687f2bd42e6a147f813407db44c145e7bf7b5 (diff)
added checks for sndfile to configure; properly use this in mtx_sndfileread
svn path=/trunk/externals/iem/iemmatrix/; revision=10356
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in3
1 files changed, 2 insertions, 1 deletions
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_ */