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.