bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/apps/extra.git/commit/?id=47c299aa37f86d100e2e74637b7a6dbc1f036bc4
commit 47c299aa37f86d100e2e74637b7a6dbc1f036bc4 Author: Marcel Hollerbach <marcel-hollerb...@t-online.de> Date: Tue Jan 10 10:05:02 2017 +0100 extra: complile with c99 if possible --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 7bd2c5a..4ee9948 100644 --- a/configure.ac +++ b/configure.ac @@ -18,6 +18,7 @@ LT_INIT([win32-dll pic-only]) EFL_INIT AC_PROG_CC +AC_PROG_CC_C99 AM_PROG_CC_C_O EFL_ATTRIBUTE_UNUSED ELM_QUICKLAUNCH --