From 72160ca86cd7bd5d08533c26af0efa9954845189 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 19 Jun 2014 10:49:09 +0200 Subject: [PATCH] configure: Report elm_prefs_cc path in configure summary. Usefull for cross-compiling or other use cases where you try to set the path. --- legacy/elementary/configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/elementary/configure.ac b/legacy/elementary/configure.ac index 046ec889f7..90add3e1e8 100644 --- a/legacy/elementary/configure.ac +++ b/legacy/elementary/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}"