diff options
-rw-r--r-- | macros/ChangeLog | 4 | ||||
-rw-r--r-- | macros/gnome-libgtop-check.m4 | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog index 6f90694611..412bd98585 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,7 @@ +1998-09-27 Martin Baulig <martin@home-of-linux.org> + + * gnome-libgtop-check.m4: Make it require libgtop >= 0.26.2. + 1998-09-24 Raja R Harinath <harinath@cs.umn.edu> * gnome-ghttp-check.m4: Add checks for -lsocket -lnsl. diff --git a/macros/gnome-libgtop-check.m4 b/macros/gnome-libgtop-check.m4 index c7ab3c01c0..864e80eb67 100644 --- a/macros/gnome-libgtop-check.m4 +++ b/macros/gnome-libgtop-check.m4 @@ -70,7 +70,7 @@ AC_DEFUN([GNOME_LIBGTOP_HOOK], dnl If you increase this number here, this means that *ALL* dnl modules will require the new version, even if they explicitly dnl give a lower number in their `configure.in' !!! - real_min_libgtop_version=0.26.1 + real_min_libgtop_version=0.26.2 min_libgtop_version=ifelse([$1], ,$real_min_libgtop_version,$1) dnl I know, the following code looks really ugly, but if you want dnl to make changes, please test it with a brain-dead /bin/sh and |