diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1999-04-07 07:23:14 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-04-07 07:23:14 +0800 |
commit | f6e63793c1db671c26e3b0b2643cb0723298eadb (patch) | |
tree | d6e890a14e63bd6e07cc67e6c46fe0b39bf5eb54 | |
parent | 45fdeb790bdedab65bb864c32a9f7a483c27d27e (diff) | |
download | gsoc2013-evolution-f6e63793c1db671c26e3b0b2643cb0723298eadb.tar gsoc2013-evolution-f6e63793c1db671c26e3b0b2643cb0723298eadb.tar.gz gsoc2013-evolution-f6e63793c1db671c26e3b0b2643cb0723298eadb.tar.bz2 gsoc2013-evolution-f6e63793c1db671c26e3b0b2643cb0723298eadb.tar.lz gsoc2013-evolution-f6e63793c1db671c26e3b0b2643cb0723298eadb.tar.xz gsoc2013-evolution-f6e63793c1db671c26e3b0b2643cb0723298eadb.tar.zst gsoc2013-evolution-f6e63793c1db671c26e3b0b2643cb0723298eadb.zip |
Require GTK 1.2 -MIguel
svn path=/trunk/; revision=793
-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 0aab99c8f3..1e397ef8e3 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.2.0,,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 |