audio: qahw_effect_api: test app covering all effects

Complete test app to support all effects including equalizer, bassboost,
virtualizer, reverb and audiosphere.

CRs-Fixed: 1081403
Change-Id: I1361164ae400546e20d50bf8a2faa5e3094a1b11
diff --git a/configure.ac b/configure.ac
index 7966d47..694697c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -105,6 +105,7 @@
 AM_CONDITIONAL([AUDIOSPHERE], [test x$AUDIO_FEATURE_ENABLED_AUDIOSPHERE = xtrue])
 AM_CONDITIONAL([COMPRESS_PASSTHROUGH], [test x$AUDIO_FEATURE_ENABLED_HDMI_PASSTHROUGH = xtrue])
 AM_CONDITIONAL([KEEP_ALIVE], [test x$AUDIO_FEATURE_ENABLED_KEEP_ALIVE = xtrue])
+AM_CONDITIONAL([GEF], [test x$AUDIO_FEATURE_ENABLED_GEF_SUPPORT = xtrue])
 
 AC_CONFIG_FILES([ \
         Makefile \