diff --git a/legacy/ecore/configure.ac b/legacy/ecore/configure.ac index 147ca53743..e61ae6e9ce 100644 --- a/legacy/ecore/configure.ac +++ b/legacy/ecore/configure.ac @@ -2187,6 +2187,8 @@ echo echo " Tests................: ${enable_tests}" echo " Maximum log level....: ${with_max_log_level}" echo "Documentation..........: ${build_doc}" +echo "Examples...............: ${enable_build_examples}" +echo "Examples installed.....: ${enable_install_examples}" echo echo "Compilation............: make (or gmake)" echo " CPPFLAGS.............: $CPPFLAGS" diff --git a/legacy/eet/configure.ac b/legacy/eet/configure.ac index 8e9a0c3a74..3fcd376fbc 100644 --- a/legacy/eet/configure.ac +++ b/legacy/eet/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"