diff --git a/legacy/embryo/configure.ac b/legacy/embryo/configure.ac index 2286e20e2c..6a13100edb 100644 --- a/legacy/embryo/configure.ac +++ b/legacy/embryo/configure.ac @@ -34,6 +34,14 @@ embryoincludedir="${datadir}/include" ### Additional options to configure +### 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 @@ -59,14 +67,6 @@ AC_CHECK_HEADER([fnmatch.h], [AC_MSG_ERROR([Cannot find fnmatch.h. Make sure your CFLAGS environment variable contains include lines for the location of this file. MinGW users: see the INSTALL file])]) -### Checks for programs -AC_PROG_CC - -# doxygen program for documentation building - -EFL_CHECK_DOXYGEN([build_doc="yes"], [build_doc="no"]) - - ### Checks for types