From d74fb1cdbb73df6a909917586d8c4e2d976abd40 Mon Sep 17 00:00:00 2001 From: ngc891 Date: Sat, 2 Jun 2012 05:39:51 +0000 Subject: [PATCH] eet,ecore: configure script Make the configure output clear about examples installation. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@71639 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 8e9a0c3..3fcd376 100644 --- a/configure.ac +++ b/configure.ac @@ -517,9 +517,7 @@ if test "x${build_doc}" = "xyes" ; then echo " Building...........: make doc" fi echo " Examples.............: ${build_examples}" -if test "x${build_examples}" = "xyes" ; then - echo " Install............: ${install_examples}" -fi +echo " Examples installed...: ${install_examples}" echo echo "Compilation............: make (or gmake)" echo " CPPFLAGS.............: $CPPFLAGS" -- 2.7.4