From e19d5fd464fe95b0e22f5a6c922957321a238142 Mon Sep 17 00:00:00 2001 From: Jerome Pinot Date: Sat, 2 Jun 2012 05:39:51 +0000 Subject: eet,ecore: configure script Make the configure output clear about examples installation. SVN revision: 71639 --- 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" -- cgit v1.2.1