diff options
author | Alan Aspuru Guzik <pquim@src.gnome.org> | 1999-03-29 03:26:39 +0800 |
---|---|---|
committer | Alan Aspuru Guzik <pquim@src.gnome.org> | 1999-03-29 03:26:39 +0800 |
commit | 88d67f0463bdfe8e4436410d9833407156712e58 (patch) | |
tree | e914bcb0ed643d1a83986e6eb7b9a7fd9251a3ec /macros/gnome-x-checks.m4 | |
parent | 7a81d47b874fd05daabca988d297ebe3501e917b (diff) | |
download | gsoc2013-evolution-88d67f0463bdfe8e4436410d9833407156712e58.tar gsoc2013-evolution-88d67f0463bdfe8e4436410d9833407156712e58.tar.gz gsoc2013-evolution-88d67f0463bdfe8e4436410d9833407156712e58.tar.bz2 gsoc2013-evolution-88d67f0463bdfe8e4436410d9833407156712e58.tar.lz gsoc2013-evolution-88d67f0463bdfe8e4436410d9833407156712e58.tar.xz gsoc2013-evolution-88d67f0463bdfe8e4436410d9833407156712e58.tar.zst gsoc2013-evolution-88d67f0463bdfe8e4436410d9833407156712e58.zip |
Cambia algunos nomrees del los inputfiles,
svn path=/trunk/; revision=782
Diffstat (limited to 'macros/gnome-x-checks.m4')
-rw-r--r-- | macros/gnome-x-checks.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-x-checks.m4 b/macros/gnome-x-checks.m4 index 1e397ef8e3..0aab99c8f3 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 |