eet,ecore: configure script
authorngc891 <ngc891@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 2 Jun 2012 05:39:51 +0000 (05:39 +0000)
committerngc891 <ngc891@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 2 Jun 2012 05:39:51 +0000 (05:39 +0000)
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

index 8e9a0c3..3fcd376 100644 (file)
@@ -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"