Change lookup method to find if content is of XML type.
[cascardo/atompub.git] / configure.ac
index 42adda7..3a4cd34 100644 (file)
@@ -4,16 +4,21 @@ AC_PROG_INSTALL
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_PROG_LIBTOOL
+PKG_CHECK_MODULES(XML, libxml-2.0, , AC_MSG_ERROR(Could not find libxml2))
 AM_PATH_GLIB_2_0(2.14.0, , AC_MSG_ERROR(Could not find GLib))
 PKG_CHECK_MODULES(GIO, gio-2.0, , AC_MSG_ERROR(Could not find GIO))
+PKG_CHECK_MODULES(SOUP, libsoup-2.4, , AC_MSG_ERROR(Could not find libsoup))
 AC_OUTPUT(Makefile
        src/Makefile
        include/Makefile
        include/atompub/Makefile
        config/Makefile
+       config/gkeyfile/Makefile
+       config/ghashtable/Makefile
        backend/Makefile
        backend/files/Makefile
        backend/gio/Makefile
+       backend/soup/Makefile
        frontend/Makefile
        frontend/cgi/Makefile
        atom/Makefile