From d96a405794cc2c502b887de61cf764ef3d23376b Mon Sep 17 00:00:00 2001 From: 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. git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60406 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index bbf7cea..e4e4b0d 100644 --- a/configure.ac +++ b/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 -- 2.7.4