summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJason Newton <jason@archer.wyred.org>2009-10-19 18:28:25 -0700
committerLennart Poettering <lennart@poettering.net>2009-10-20 04:09:34 +0200
commite9ccc61a2f561c37939e34a192bd7bd953eb8cbc (patch)
tree1099611c7fcbb79e311e5e9a8b2cf4173f1aaabb /configure.ac
parent16e77f3ab2bd3e180f4a16432845bbe64db8aa48 (diff)
module-equalizer-sink: drop source executable permissions configure.ac: add enable/disable + summary line for fftw
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}