From b37f012bdefea9d1817e15d85c2958bb2a50c81d Mon Sep 17 00:00:00 2001 From: compudj Date: Tue, 24 May 2005 16:25:42 +0000 Subject: [PATCH] revert version req of glib to 2.4 git-svn-id: http://ltt.polymtl.ca/svn@932 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 587b6c69..1f825bbf 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.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_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_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