Revert unlogged change.
authorRaja R Harinath <harinath@src.gnome.org>
Wed, 17 Mar 1999 20:27:24 +0000 (20:27 +0000)
committerRaja R Harinath <harinath@src.gnome.org>
Wed, 17 Mar 1999 20:27:24 +0000 (20:27 +0000)
svn path=/trunk/; revision=715

macros/gnome-x-checks.m4

index 0aab99c..1e397ef 100644 (file)
@@ -15,7 +15,7 @@ dnl   gnome_cv_passdown_{x_libs,X_LIBS,X_CFLAGS}
 dnl
 AC_DEFUN([GNOME_X_CHECKS],
 [
-       AM_PATH_GTK(1.1.16,,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