diff options
author | Daniel Willmann <d.willmann@samsung.com> | 2012-12-15 00:13:51 +0000 |
---|---|---|
committer | Daniel Willmann <daniel@totalueberwachung.de> | 2012-12-15 00:13:51 +0000 |
commit | bd22aeb35dbf212b5343fe3ded15e50ce9cb4c1c (patch) | |
tree | e75a6ca0a30e8c870258020ab2b2e4527f89f87d | |
parent | 6c054fc7ec40b83e9f8294cf1db489ac1ad29d0a (diff) |
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
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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], | |||
3137 | [want_ecore_audio="no"]) | 3137 | [want_ecore_audio="no"]) |
3138 | 3138 | ||
3139 | if test "x${want_ecore_audio}" = "xyes" ; then | 3139 | if test "x${want_ecore_audio}" = "xyes" ; then |
3140 | AC_DEFINE([HAVE_ECORE_AUDIO], [1], [build ecore_audio]) | ||
3140 | 3141 | ||
3141 | AC_MSG_NOTICE([Ecore_Audio checks]) | 3142 | AC_MSG_NOTICE([Ecore_Audio checks]) |
3142 | 3143 | ||
@@ -3200,7 +3201,6 @@ fi | |||
3200 | 3201 | ||
3201 | AM_CONDITIONAL([HAVE_ECORE_AUDIO], [test "x${want_ecore_audio}" = "xyes"]) | 3202 | AM_CONDITIONAL([HAVE_ECORE_AUDIO], [test "x${want_ecore_audio}" = "xyes"]) |
3202 | 3203 | ||
3203 | |||
3204 | #### Eio | 3204 | #### Eio |
3205 | 3205 | ||
3206 | AC_MSG_NOTICE([Eio checks]) | 3206 | AC_MSG_NOTICE([Eio checks]) |