X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=configure.ac;h=076e2e71141e2e7e6ff00a37d4801bb1b4dd5be9;hp=878e1ced57a47496addc1235f335a1cf92f3b990;hb=791f305803ade4cd68e4312a937ffc786de47958;hpb=9e6a025ff5ef041538f1eb837d73cdc79b6dd01c diff --git a/configure.ac b/configure.ac index 878e1ced..076e2e71 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] )