diff options
-rw-r--r-- | macros/ChangeLog | 5 | ||||
-rw-r--r-- | macros/gnome-x-checks.m4 | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog index 6cfaa652ca..886fb07b5a 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,7 @@ +1998-02-27 Gregory McLean <gregm@comstar.net> + + * gnome-x-checks.m4 : Require at least gtk+ 1.2 (pointless getting + bug reports with an old glib/gtk/gdk set..) 1999-02-25 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-checks.m4: Require LibGTop >= 1.0.0. @@ -90,6 +94,7 @@ Tue Feb 16 19:35:42 1999 Owen Taylor <otaylor@redhat.com> * need-declaration.m4, gnome-support.m4: Fixed the scandir detection. +>>>>>>> 1.149 1998-12-22 Jeff Garzik <jgarzik@pobox.com> * gnome.m4: Added and exported GNOME_APPLET_LIBS. diff --git a/macros/gnome-x-checks.m4 b/macros/gnome-x-checks.m4 index 6bc0cc11db..1e397ef8e3 100644 --- a/macros/gnome-x-checks.m4 +++ b/macros/gnome-x-checks.m4 @@ -15,8 +15,7 @@ dnl gnome_cv_passdown_{x_libs,X_LIBS,X_CFLAGS} dnl AC_DEFUN([GNOME_X_CHECKS], [ - AM_PATH_GTK(1.1.15,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path)) - + AM_PATH_GTK(1.2.0,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path)) dnl Hope that GTK_CFLAGS have only -I and -D. Otherwise, we could dnl test -z "$x_includes" || CPPFLAGS="$CPPFLAGS -I$x_includes" dnl |