summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1999-08-19 00:39:57 +0000
committerElliot Lee <sopwith@src.gnome.org>1999-08-19 00:39:57 +0000
commitac12368ed2fb6f8ac2dcbf80c96b4ea6ce971955 (patch)
tree13c0e461c11a82e1cd1f89e99e4eeccbddd3b2f6
parent16ee2a96b3b6723671e22303f0999f8cd6e59a80 (diff)
downloadgnome-common-ac12368ed2fb6f8ac2dcbf80c96b4ea6ce971955.tar.gz
BUGFIX #1092 - we now require at least gtk+ 1.2.3 (seeing as 1.2.1 is
BUGFIX #1092 - we now require at least gtk+ 1.2.3 (seeing as 1.2.1 is definitely required, and other people think 1.2.3 is required). svn path=/trunk/; revision=872
-rw-r--r--macros/gnome-x-checks.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-x-checks.m4 b/macros/gnome-x-checks.m4
index 1e397ef..ac80dcd 100644
--- a/macros/gnome-x-checks.m4
+++ b/macros/gnome-x-checks.m4
@@ -15,7 +15,7 @@ dnl gnome_cv_passdown_{x_libs,X_LIBS,X_CFLAGS}
dnl
AC_DEFUN([GNOME_X_CHECKS],
[
- AM_PATH_GTK(1.2.0,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path))
+ AM_PATH_GTK(1.2.3,,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