summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Pinot <ngc891@gmail.com>2012-06-02 05:39:51 +0000
committerJerome Pinot <ngc891@gmail.com>2012-06-02 05:39:51 +0000
commite19d5fd464fe95b0e22f5a6c922957321a238142 (patch)
treefe8b0c37a29a0307690afb2caf5f929bfe5d82bd
parent2be8f197002a942f81d926cad265f385d65d3019 (diff)
downloadeet-e19d5fd464fe95b0e22f5a6c922957321a238142.tar.gz
eet,ecore: configure script
Make the configure output clear about examples installation. SVN revision: 71639
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 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"