From d25b9eab0fff1040713cf297f40450e0f7641870 Mon Sep 17 00:00:00 2001 From: Jason Newton Date: Mon, 19 Oct 2009 18:28:25 -0700 Subject: module-equalizer-sink: drop source executable permissions configure.ac: add enable/disable + summary line for fftw --- configure.ac | 6 ++++++ src/modules/module-equalizer-sink.c | 0 2 files changed, 6 insertions(+) mode change 100755 => 100644 src/modules/module-equalizer-sink.c 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} diff --git a/src/modules/module-equalizer-sink.c b/src/modules/module-equalizer-sink.c old mode 100755 new mode 100644 -- cgit