diff options
author | Alan Aspuru Guzik <pquim@src.gnome.org> | 1999-02-19 10:50:28 +0800 |
---|---|---|
committer | Alan Aspuru Guzik <pquim@src.gnome.org> | 1999-02-19 10:50:28 +0800 |
commit | b9fed505034f00b70ef8e619ec12e62bde0877ed (patch) | |
tree | b77542f6a7d7aba90109a2f0ebda3803c640355a | |
parent | b681ca2a8137816dcbc077eeca7d409dc196dd03 (diff) | |
download | gsoc2013-evolution-b9fed505034f00b70ef8e619ec12e62bde0877ed.tar gsoc2013-evolution-b9fed505034f00b70ef8e619ec12e62bde0877ed.tar.gz gsoc2013-evolution-b9fed505034f00b70ef8e619ec12e62bde0877ed.tar.bz2 gsoc2013-evolution-b9fed505034f00b70ef8e619ec12e62bde0877ed.tar.lz gsoc2013-evolution-b9fed505034f00b70ef8e619ec12e62bde0877ed.tar.xz gsoc2013-evolution-b9fed505034f00b70ef8e619ec12e62bde0877ed.tar.zst gsoc2013-evolution-b9fed505034f00b70ef8e619ec12e62bde0877ed.zip |
x Wonderful, now we have autoconf magic, --enable-pvm=[yes,no]
Alan Aspuru-Guzik
svn path=/trunk/; revision=678
-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 f77d53ffe8..6bc0cc11db 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" |