summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory McLean <gregm@comstar.net>1999-02-27 19:56:42 +0000
committerGregory McLean <gregm@src.gnome.org>1999-02-27 19:56:42 +0000
commit68726dfdfc5f145221e0e3e77e3db290dd7cfc3a (patch)
tree4600d2207d7dc70c6c4ee8f9f4d0f78e9ccd90c4
parent5c2247f3b5fe06edda4857af26d32d0bb117f4b5 (diff)
downloadshared-mime-info-68726dfdfc5f145221e0e3e77e3db290dd7cfc3a.tar.gz
Require at least gtk+ 1.2 (pointless getting bug reports with an old
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..) svn path=/trunk/; revision=665
-rw-r--r--macros/ChangeLog5
-rw-r--r--macros/gnome-x-checks.m43
2 files changed, 6 insertions, 2 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index 6cfaa652..886fb07b 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 6bc0cc11..1e397ef8 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