X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=configure.ac;h=9e02f7e9a51cffc007fd73e8b73c7b9e3d19f9e7;hp=0a6305587603d493a68567622b17e0114b3c6bf4;hb=ef9559ae12282108e1af00e08809d8f04946ab77;hpb=7e481c9efd8ae221418561c14867807c9e534747 diff --git a/configure.ac b/configure.ac index 0a630558..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] )