fix dependencies for gtk and glib 2.4
[lttv.git] / 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.022623 seconds and 4 git commands to generate.