move the check of programs before the check of libs

SVN revision: 37582
This commit is contained in:
Vincent Torri 2008-11-11 06:57:40 +00:00
parent 25f4acee01
commit 8d4ddb1096
1 changed files with 8 additions and 8 deletions

View File

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