From f9cb2c9779d9e07f59d13eaa06efdb3b9f4f8972 Mon Sep 17 00:00:00 2001 From: compudj Date: Tue, 24 May 2005 15:54:46 +0000 Subject: [PATCH] require glib 2.6 git-svn-id: http://ltt.polymtl.ca/svn@931 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 1f825bbf..587b6c69 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -27,7 +27,7 @@ AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.4-02022005) AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL -AM_PATH_GLIB_2_0(2.4.0, ,AC_MSG_ERROR([glib is required in order to compile LinuxTraceToolkit - download it from ftp://ftp.gtk.org/pub/gtk]) , gmodule) +AM_PATH_GLIB_2_0(2.6.0, ,AC_MSG_ERROR([glib is required in order to compile LinuxTraceToolkit - download it from ftp://ftp.gtk.org/pub/gtk]) , gmodule) AM_PATH_GTK_2_0(2.4.0, ,AC_MSG_ERROR([gtk is required in order to compile GUI - download it from ftp://ftp.gtk.org/pub/gtk]) , gmodule) -- 2.34.1