diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2014-06-19 10:49:09 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2014-06-19 10:49:09 +0200 |
commit | 372c81510b6c647acf2d2d61122f7ae72bc01280 (patch) | |
tree | 35f0603a28991a1ba7fac272f563a5e952443c1a /configure.ac | |
parent | ba74388f0af51cf19d748bdbb3da6fac1811334c (diff) |
configure: Report elm_prefs_cc path in configure summary.
Usefull for cross-compiling or other use cases where you try to
set the path.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 046ec889f..90add3e1e 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -728,6 +728,7 @@ echo " Elocation..............: ${have_elementary_elocation}" | |||
728 | echo | 728 | echo |
729 | echo " eet......................: ${eet_eet}" | 729 | echo " eet......................: ${eet_eet}" |
730 | echo " edje_cc..................: ${edje_cc}" | 730 | echo " edje_cc..................: ${edje_cc}" |
731 | echo " elm_prefs_cc.............: ${elm_prefs_cc}" | ||
731 | echo " eolian_gen...............: ${eolian_gen}" | 732 | echo " eolian_gen...............: ${eolian_gen}" |
732 | echo | 733 | echo |
733 | echo " Build elementary_test....: ${have_elementary_test}" | 734 | echo " Build elementary_test....: ${have_elementary_test}" |