elementary: fix check of examples build and install.

This check should be before AC_OUTPUT in configure.ac.



SVN revision: 60406
This commit is contained in:
Rafael Antognolli 2011-06-16 18:58:44 +00:00
parent 718cca963c
commit 0d9d40a029
1 changed files with 4 additions and 4 deletions

View File

@ -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