efl: Make sure that ecore_audio tests are run if audio is enabled

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>

SVN revision: 81005
This commit is contained in:
Daniel Willmann 2012-12-15 00:13:51 +00:00 committed by Daniel Willmann
parent 6c054fc7ec
commit bd22aeb35d
1 changed files with 1 additions and 1 deletions

View File

@ -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])