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 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure.ac') 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} -- cgit