revert version req of glib to 2.4
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 24 May 2005 16:25:42 +0000 (16:25 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 24 May 2005 16:25:42 +0000 (16:25 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@932 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/configure.in

index 587b6c69b7563e4d4e96ab0497614f142fe39582..1f825bbf2b75833359dc3f88a400577be403bc2d 100644 (file)
@@ -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)
 
This page took 0.023751 seconds and 4 git commands to generate.