mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
module-equalizer-sink: drop source executable permissions configure.ac: add enable/disable + summary line for fftw
This commit is contained in:
parent
16e77f3ab2
commit
e9ccc61a2f
2 changed files with 6 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue