From 286ffb24b63a9a05222351402aa0ec9d3ed6221c Mon Sep 17 00:00:00 2001 From: compudj Date: Mon, 2 Aug 2004 20:19:28 +0000 Subject: [PATCH] fix dependencies for gtk and glib 2.4 git-svn-id: http://ltt.polymtl.ca/svn@658 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 29a7a3f7..2efed122 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -27,9 +27,9 @@ AM_INIT_AUTOMAKE(LinuxTraceToolkit,0.9.7-30092003) AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL -AM_PATH_GLIB_2_0(2.0.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.0.0, ,AC_MSG_ERROR([gtk is required in order to compile GUI - 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) # Checks for programs. AC_PROG_CC -- 2.34.1