From 0d9d40a029cbaf173fd86a7aca2df6ffb6f01eba Mon Sep 17 00:00:00 2001 From: Rafael Antognolli Date: Thu, 16 Jun 2011 18:58:44 +0000 Subject: [PATCH] elementary: fix check of examples build and install. This check should be before AC_OUTPUT in configure.ac. SVN revision: 60406 --- legacy/elementary/configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/legacy/elementary/configure.ac b/legacy/elementary/configure.ac index bbf7cea594..e4e4b0dbdc 100644 --- a/legacy/elementary/configure.ac +++ b/legacy/elementary/configure.ac @@ -502,6 +502,10 @@ AM_CONDITIONAL([HAVE_PO], [false]) ]) AC_SUBST(LTLIBINTL) +### Build and install examples +EFL_CHECK_BUILD_EXAMPLES([enable_build_examples="yes"], [enable_build_examples="no"]) +EFL_CHECK_INSTALL_EXAMPLES([enable_install_examples="yes"], [enable_install_examples="no"]) + AC_OUTPUT([ Makefile @@ -532,10 +536,6 @@ config/illume/Makefile $po_makefile_in ]) -### Build and install examples -EFL_CHECK_BUILD_EXAMPLES([enable_build_examples="yes"], [enable_build_examples="no"]) -EFL_CHECK_INSTALL_EXAMPLES([enable_install_examples="yes"], [enable_install_examples="no"]) - ##################################################################### ## Info