formatting

SVN revision: 37358
This commit is contained in:
Vincent Torri 2008-10-31 16:59:45 +00:00
parent 9c5fbd43a0
commit 602c8edb12
1 changed files with 8 additions and 8 deletions

View File

@ -133,6 +133,14 @@ EFL_CHECK_COVERAGE([${enable_tests}], [enable_coverage="yes"], [enable_coverage=
EFL_CHECK_BENCHMARK([enable_benchmark="yes"], [enable_benchmark="no"])
### Checks for programs
AC_PROG_CC
# doxygen program for documentation building
EFL_CHECK_DOXYGEN([build_doc="yes"], [build_doc="no"])
### Checks for libraries
PKG_PROG_PKG_CONFIG
@ -223,14 +231,6 @@ AC_HEADER_DIRENT
AC_HEADER_TIME
### Checks for programs
AC_PROG_CC
# doxygen program for documentation building
EFL_CHECK_DOXYGEN([build_doc="yes"], [build_doc="no"])
### Checks for types