From: antognolli Date: Thu, 16 Jun 2011 18:58:44 +0000 (+0000) Subject: elementary: fix check of examples build and install. X-Git-Tag: REL_F_I9500_20120323_1~17^2~2553 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9aeffd8973814a97ab1e2ca311e05e39b09a138f;p=framework%2Fuifw%2Felementary.git elementary: fix check of examples build and install. This check should be before AC_OUTPUT in configure.ac. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60406 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- 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