]> code.delx.au - pulseaudio/commitdiff
module-equalizer-sink: drop source executable permissions configure.ac: add enable...
authorJason Newton <jason@archer.wyred.org>
Tue, 20 Oct 2009 01:28:25 +0000 (18:28 -0700)
committerLennart Poettering <lennart@poettering.net>
Tue, 20 Oct 2009 02:09:34 +0000 (04:09 +0200)
configure.ac
src/modules/module-equalizer-sink.c [changed mode: 0755->0644]

index 77ec8846b841c2ed26cc54cfda1033c1f8bf9bc2..b34821ad9deefa3331e0eadd5af93e01bca40d1d 100644 (file)
@@ -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}
old mode 100755 (executable)
new mode 100644 (file)