aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
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_ */