From 394d4dc226f16b4ac48880dcf7eadcb57f07f5eb Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Tue, 5 Jan 1999 11:10:08 +0000 Subject: [PATCH] LibGTop will now require GLIB >= 1.1.11. 1999-01-05 Martin Baulig * configure.in: LibGTop will now require GLIB >= 1.1.11. --- ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6971db44..a494ad87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-01-05 Martin Baulig + + * configure.in: LibGTop will now require GLIB >= 1.1.11. + 1999-01-05 Martin Baulig * configure.in: Make it abort if the `dc' utility is not installed. diff --git a/configure.in b/configure.in index 019e4b2f..f2dae6ed 100644 --- a/configure.in +++ b/configure.in @@ -153,7 +153,7 @@ AC_SUBST(guile_subdirs) AM_PROG_LIBTOOL -AM_PATH_GLIB(1.1.3,,AC_MSG_ERROR(GLIB >= 1.1.3 is required for LibGTop)) +AM_PATH_GLIB(1.1.11,,AC_MSG_ERROR(GLIB >= 1.1.11 is required for LibGTop)) dnl You need to uncomment the following line if you want to use dnl libGTop without Gnome.