summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Mack <daniel@caiaq.de>2009-10-27 13:00:08 +0100
committerDaniel Mack <daniel@caiaq.de>2009-10-27 13:00:08 +0100
commit9c61465c796f3369c7cc57c094489fb383216a1b (patch)
tree1099611c7fcbb79e311e5e9a8b2cf4173f1aaabb /configure.ac
parente11cd135aa345dc39db16340702bfc8bc2673983 (diff)
parente9ccc61a2f561c37939e34a192bd7bd953eb8cbc (diff)
Merge branch 'master' of git://0pointer.de/pulseaudio
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 77ec8846..b34821ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1513,6 +1513,11 @@ if test "x${HAVE_SIMPLEDB}" = "x1" ; then
ENABLE_SIMPLEDB=yes
fi
+ENABLE_FFTW=no
+if test "x${HAVE_FFTW}" = "x1" ; then
+ ENABLE_FFTW=yes
+fi
+
ENABLE_OPENSSL=no
if test "x${HAVE_OPENSSL}" = "x1" ; then
ENABLE_OPENSSL=yes
@@ -1563,6 +1568,7 @@ echo "
Enable tdb: ${ENABLE_TDB}
Enable gdbm: ${ENABLE_GDBM}
Enable simple database: ${ENABLE_SIMPLEDB}
+ Enable fftw: ${ENABLE_FFTW}
System User: ${PA_SYSTEM_USER}
System Group: ${PA_SYSTEM_GROUP}