From bd22aeb35dbf212b5343fe3ded15e50ce9cb4c1c Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Sat, 15 Dec 2012 00:13:51 +0000 Subject: [PATCH] efl: Make sure that ecore_audio tests are run if audio is enabled Signed-off-by: Daniel Willmann SVN revision: 81005 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])