fix dependencies for gtk and glib 2.4
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 2 Aug 2004 20:19:28 +0000 (20:19 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 2 Aug 2004 20:19:28 +0000 (20:19 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@658 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/configure.in

index 29a7a3f7e1d73a59fe26ff7bd1f0800dfc860910..2efed122d07522ef86f181fdc0cbff30377ba9a2 100644 (file)
@@ -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
This page took 0.024926 seconds and 4 git commands to generate.