hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=9fb9eafb32042f3a262e90b9e4db075039c4a540
commit 9fb9eafb32042f3a262e90b9e4db075039c4a540 Author: ChunEon Park <her...@hermet.pe.kr> Date: Thu Aug 7 17:25:35 2014 +0900 fix indenation. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5543829..d85b050 100644 --- a/configure.ac +++ b/configure.ac @@ -64,8 +64,8 @@ PKG_CHECK_MODULES([ENVENTOR], edje >= ${efl_version} eio >= ${efl_version} efreet >= ${efl_version} - ] - ) + ] +) ### Checks for linker characteristics lt_enable_auto_import="" --