summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Aspuru Guzik <pquim@src.gnome.org>1999-03-28 19:26:39 +0000
committerAlan Aspuru Guzik <pquim@src.gnome.org>1999-03-28 19:26:39 +0000
commit15fe5044403c17ab7c83756131e7ba617e6e7b2a (patch)
tree4be41b887848c0ee58fd1bea6d0f83450572a93a
parent12aef6a85f5fa416578bc88d5f3765b4e237dbb8 (diff)
downloadgnome-common-15fe5044403c17ab7c83756131e7ba617e6e7b2a.tar.gz
Cambia algunos nomrees del los inputfiles,
svn path=/trunk/; revision=729
-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..0aab99c 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.1.16,,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