git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/embryo@37582
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
### 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
[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