move the check of programs before the check of libs
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 11 Nov 2008 06:57:40 +0000 (06:57 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 11 Nov 2008 06:57:40 +0000 (06:57 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/embryo@37582 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index 2286e20..6a13100 100644 (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