stefan pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=01ce196efaa0f246ed18c092360430e62de7856b
commit 01ce196efaa0f246ed18c092360430e62de7856b Author: Stefan Schmidt <[email protected]> Date: Tue Sep 9 10:29:34 2014 +0200 configure: Fix naming of E profile configure variable. Looks like a long standing bug to me as we are checking for E19_PROFILE in e_config.c but assign the profile here to E18_PROFILE. It also shows us that nobody is using the option(?) Found thanks to -Wundef. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 78bb466..fba9c55 100644 --- a/configure.ac +++ b/configure.ac @@ -624,7 +624,7 @@ AC_ARG_WITH(profile, [profile=$withval]) AC_MSG_NOTICE([Enlightenment build profile set to $profile]) EDJE_DEF="-DLOWRES_PDA=1 -DMEDIUMRES_PDA=2 -DHIRES_PDA=3 -DSLOW_PC=4 -DMEDIUM_PC=5 -DFAST_PC=6" -EDJE_DEF=$EDJE_DEF" -DE18_PROFILE"=$profile +EDJE_DEF=$EDJE_DEF" -DE19_PROFILE"=$profile AC_SUBST([EDJE_DEF]) AC_ARG_WITH(edje-cc, --
