From 8d4ddb10963274d26f70704f1157512f1f5a3aa7 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Tue, 11 Nov 2008 06:57:40 +0000 Subject: [PATCH] move the check of programs before the check of libs SVN revision: 37582 --- legacy/embryo/configure.ac | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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