diff options
author | Jerome Pinot <ngc891@gmail.com> | 2012-06-02 05:39:51 +0000 |
---|---|---|
committer | Jerome Pinot <ngc891@gmail.com> | 2012-06-02 05:39:51 +0000 |
commit | 3259f7282ef57960aa4b3232c1ddbc722bb892f1 (patch) | |
tree | c48df0ff351fdab2ea731132be560307d56874fe /legacy/eet | |
parent | 04f00945fa38e314c5ab29bc33f8b8edabecc7d2 (diff) |
eet,ecore: configure script
Make the configure output clear about examples installation.
SVN revision: 71639
Diffstat (limited to 'legacy/eet')
-rw-r--r-- | legacy/eet/configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
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 | |||
517 | echo " Building...........: make doc" | 517 | echo " Building...........: make doc" |
518 | fi | 518 | fi |
519 | echo " Examples.............: ${build_examples}" | 519 | echo " Examples.............: ${build_examples}" |
520 | if test "x${build_examples}" = "xyes" ; then | 520 | echo " Examples installed...: ${install_examples}" |
521 | echo " Install............: ${install_examples}" | ||
522 | fi | ||
523 | echo | 521 | echo |
524 | echo "Compilation............: make (or gmake)" | 522 | echo "Compilation............: make (or gmake)" |
525 | echo " CPPFLAGS.............: $CPPFLAGS" | 523 | echo " CPPFLAGS.............: $CPPFLAGS" |