From 535718bfa6f5ca7eecac5d812a27102d3716d34f Mon Sep 17 00:00:00 2001 From: lukka Date: Tue, 6 Jul 1999 18:46:29 +0000 Subject: Forbid compiling gnome with gtk 1.3 as it doesn't work svn path=/trunk/; revision=1007 --- macros/gnome-x-checks.m4 | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'macros/gnome-x-checks.m4') diff --git a/macros/gnome-x-checks.m4 b/macros/gnome-x-checks.m4 index 1e397ef8e3..df033d5a0c 100644 --- a/macros/gnome-x-checks.m4 +++ b/macros/gnome-x-checks.m4 @@ -33,6 +33,19 @@ AC_DEFUN([GNOME_X_CHECKS], LDFLAGS="$saved_ldflags $GTK_LIBS" +dnl Check that we *don't* get GTK 1.3.* yet + + AC_MSG_CHECKING([whether we have GTK > 1.2]) + AC_EGREP_CPP(answer_affirmatively, + [#include + #if GTK_MINOR_VERSION > 2 + answer_affirmatively + #endif + ], [AC_MSG_ERROR([Aborting, the current versions + of gnome are not yet compatible with the unstable GTK 1.3 release. + Please use GTK 1.2.])]) + + dnl We are requiring GTK >= 1.1.1, which means this will be fine anyhow. USE_DEVGTK=true -- cgit v1.2.3