revert version req of glib to 2.4
[lttv.git] / 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.022546 seconds and 4 git commands to generate.