From: compudj Date: Tue, 24 May 2005 16:25:42 +0000 (+0000) Subject: revert version req of glib to 2.4 X-Git-Tag: v0.12.20~2557 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=b37f012bdefea9d1817e15d85c2958bb2a50c81d;p=lttv.git revert version req of glib to 2.4 git-svn-id: http://ltt.polymtl.ca/svn@932 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 587b6c69..1f825bbf 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -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)