From b2950457ce870a1153d9e5cef64c2b7778e13f46 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Mon, 8 Jun 1998 00:50:25 +0000 Subject: [PATCH] *** empty log message *** --- configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.in b/configure.in index 871374da..b79253c1 100644 --- a/configure.in +++ b/configure.in @@ -48,6 +48,9 @@ GNOME_INIT_HOOK(gnome_found=yes) if test "x$gnome_found" != xyes; then GNOME_SUPPORT_CHECKS +else + AM_CONDITIONAL(BUILD_GNOME_SUPPORT, false) + AM_CONDITIONAL(CROSS_COMPILING, test "x$cross_compiling" = xyes) fi AC_LC_SYSDEPS