diff --git a/configure.ac b/configure.ac index ae4570a4ca..1c99c74b61 100644 --- a/configure.ac +++ b/configure.ac @@ -3137,6 +3137,7 @@ AC_ARG_ENABLE([audio], [want_ecore_audio="no"]) if test "x${want_ecore_audio}" = "xyes" ; then +AC_DEFINE([HAVE_ECORE_AUDIO], [1], [build ecore_audio]) AC_MSG_NOTICE([Ecore_Audio checks]) @@ -3200,7 +3201,6 @@ fi AM_CONDITIONAL([HAVE_ECORE_AUDIO], [test "x${want_ecore_audio}" = "xyes"]) - #### Eio AC_MSG_NOTICE([Eio checks])