X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=9e02f7e9a51cffc007fd73e8b73c7b9e3d19f9e7;hb=f80e9ec14e8608e514891297246112606975b5f8;hp=851d0a55fb7273bfb74819e732f50b7071c0dfa0;hpb=7a3f3e455fe782cb9b7b210f1990c0c898754727;p=babeltrace.git diff --git a/configure.ac b/configure.ac index 851d0a55..9e02f7e9 100644 --- a/configure.ac +++ b/configure.ac @@ -248,9 +248,9 @@ AM_CONDITIONAL([HAVE_FLEX], [test "x$have_flex" = "xyes"]) # Check what libraries are required on this platform to link sockets programs. AX_LIB_SOCKET_NSL -# Check for glib >= 2.22 with gmodule support -AM_PATH_GLIB_2_0([2.22.0], [], - AC_MSG_ERROR([glib >= 2.22 is required - download it from ftp://ftp.gtk.org/pub/gtk]), +# Check for glib >= 2.28 with gmodule support +AM_PATH_GLIB_2_0([2.28.0], [], + AC_MSG_ERROR([glib >= 2.28 is required - download it from ftp://ftp.gtk.org/pub/gtk]), [gmodule-no-export] ) @@ -698,6 +698,7 @@ AC_CONFIG_FILES([ src/Makefile src/plugins/common/Makefile src/plugins/common/muxing/Makefile + src/plugins/common/param-validation/Makefile src/plugins/ctf/common/bfcr/Makefile src/plugins/ctf/common/Makefile src/plugins/ctf/common/metadata/Makefile @@ -727,6 +728,7 @@ AC_CONFIG_FILES([ tests/lib/Makefile tests/lib/test-plugin-plugins/Makefile tests/Makefile + tests/param-validation/Makefile tests/plugins/Makefile tests/plugins/src.ctf.fs/Makefile tests/plugins/src.ctf.fs/succeed/Makefile