X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=configure.ac;h=3a4cd34b54883c28266ca883362f5f7cc3b0fb1a;hb=833fa3fad449ec2f4f0e2dd50e3c68f219ac615b;hp=607525c2d125b08af0d6ff863426e6861b51803f;hpb=793b50fdd4ace03e841ccf6d0116ad0f955c970e;p=cascardo%2Fatompub.git diff --git a/configure.ac b/configure.ac index 607525c..3a4cd34 100644 --- a/configure.ac +++ b/configure.ac @@ -4,13 +4,22 @@ 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 iri/Makefile)