summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Aspuru Guzik <pquim@src.gnome.org>1999-02-19 02:50:28 +0000
committerAlan Aspuru Guzik <pquim@src.gnome.org>1999-02-19 02:50:28 +0000
commit3b63f050bec008ec6e12578f6b3a13a86f91d645 (patch)
tree38c34f50bba34bdd3809798866b0b6acd7639026
parent6df09250ef7a191d4a3622eeb88188496d655413 (diff)
downloadshared-mime-info-3b63f050bec008ec6e12578f6b3a13a86f91d645.tar.gz
x Wonderful, now we have autoconf magic, --enable-pvm=[yes,no]
Alan Aspuru-Guzik svn path=/trunk/; revision=640
-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 f77d53ff..6bc0cc11 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.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"