diff options
author | Alan Aspuru Guzik <pquim@src.gnome.org> | 1999-01-12 01:52:48 +0000 |
---|---|---|
committer | Alan Aspuru Guzik <pquim@src.gnome.org> | 1999-01-12 01:52:48 +0000 |
commit | 99d7e1950850d91e1193de7bbf19eaee4fba30d5 (patch) | |
tree | f94ef25d1ec959bcdd9f4e0c5341268ebe91c9d1 /macros/gnome-x-checks.m4 | |
parent | 415bc22e1bb9c78aef40f3410a210c3566df199e (diff) | |
download | shared-mime-info-99d7e1950850d91e1193de7bbf19eaee4fba30d5.tar.gz |
x I must leave - Incomplete commit for bit to hack in the night
x Name changes, I still have to finish the file names
x Function API changes.
Alan Aspuru Guzik
svn path=/trunk/; revision=573
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 ce3cbf76..fc4ab00b 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.12,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path)) + AM_PATH_GTK(1.1.7,,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" |