From: compudj Date: Mon, 2 Aug 2004 20:19:28 +0000 (+0000) Subject: fix dependencies for gtk and glib 2.4 X-Git-Tag: v0.12.20~2831 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=286ffb24b63a9a05222351402aa0ec9d3ed6221c;p=lttv.git fix dependencies for gtk and glib 2.4 git-svn-id: http://ltt.polymtl.ca/svn@658 04897980-b3bd-0310-b5e0-8ef037075253 --- 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