x Wonderful, now we have autoconf magic, --enable-pvm=[yes,no]
authorAlan Aspuru Guzik <pquim@src.gnome.org>
Fri, 19 Feb 1999 02:50:28 +0000 (02:50 +0000)
committerAlan Aspuru Guzik <pquim@src.gnome.org>
Fri, 19 Feb 1999 02:50:28 +0000 (02:50 +0000)
Alan Aspuru-Guzik

svn path=/trunk/; revision=640

macros/gnome-x-checks.m4

index f77d53f..6bc0cc1 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.1.15,,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"