stefan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=372c81510b6c647acf2d2d61122f7ae72bc01280
commit 372c81510b6c647acf2d2d61122f7ae72bc01280 Author: Stefan Schmidt <s.schm...@samsung.com> Date: Thu Jun 19 10:49:09 2014 +0200 configure: Report elm_prefs_cc path in configure summary. Usefull for cross-compiling or other use cases where you try to set the path. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 046ec88..90add3e 100644 --- a/configure.ac +++ b/configure.ac @@ -728,6 +728,7 @@ echo " Elocation..............: ${have_elementary_elocation}" echo echo " eet......................: ${eet_eet}" echo " edje_cc..................: ${edje_cc}" +echo " elm_prefs_cc.............: ${elm_prefs_cc}" echo " eolian_gen...............: ${eolian_gen}" echo echo " Build elementary_test....: ${have_elementary_test}" --