From: Mathieu Desnoyers Date: Mon, 23 May 2011 19:01:36 +0000 (-0400) Subject: Update glib dep to 2.22 in configure.ac X-Git-Tag: v0.1~26 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=a6947cca84088d5bbcded33cdb667181360f8af6 Update glib dep to 2.22 in configure.ac Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index bf9579c2..e4ce4e09 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ AC_PROG_LEX AC_DEFUN([AC_PROG_BISON], [AC_CHECK_PROGS(BISON, bison, bison)]) -AM_PATH_GLIB_2_0(2.4.0, ,AC_MSG_ERROR([glib is required in order to compile BabelTrace - download it from ftp://ftp.gtk.org/pub/gtk]) , gmodule) +AM_PATH_GLIB_2_0(2.22.0, ,AC_MSG_ERROR([glib is required in order to compile BabelTrace - download it from ftp://ftp.gtk.org/pub/gtk]) , gmodule) # Checks for typedefs, structures, and compiler characteristics. AC_C_INLINE