tasn pushed a commit to branch master. http://git.enlightenment.org/tools/exactness.git/commit/?id=c0b95e61cda821aea555462528dcd1d3f81ef170
commit c0b95e61cda821aea555462528dcd1d3f81ef170 Author: kabeer khan <[email protected]> Date: Wed May 27 12:56:08 2015 +0100 Fixed DSO error which occured in auto build Summary: Signed-off-by: kabeer khan <[email protected]> Reviewers: tasn, cedric Differential Revision: https://phab.enlightenment.org/D2584 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 3fa0631..ba7a5c3 100644 --- a/configure.ac +++ b/configure.ac @@ -39,6 +39,7 @@ AC_MSG_RESULT([${_cv_have___attribute__}]) PKG_CHECK_MODULES([EFL], [ elementary >= 0.7.0 + emile >= 1.14.0 ]) AC_OUTPUT([ --
