From e7130d98380de793f8c2c49e38a6d2f9d3b2e870 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Sat, 22 May 2004 19:38:28 +0000 Subject: [PATCH] 2004-05-22 Mike Kestner * configure.in : require mono-0.91.99. Sorry, but we need to require mono cvs until beta2 because of some recent breakage in Gnome.Program custom code while reflecting against the runtime. svn path=/trunk/gtk-sharp/; revision=27901 --- ChangeLog | 6 ++++++ configure.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index aafabe4c4..6453fb0bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-05-22 Mike Kestner + + * configure.in : require mono-0.91.99. Sorry, but we need to + require mono cvs until beta2 because of some recent breakage in + Gnome.Program custom code while reflecting against the runtime. + 2004-05-22 Todd Berman * gnome/Program.custom: Change the Mono.Runtime stuff to reflect diff --git a/configure.in b/configure.in index f8fbbb28c..6655419cd 100644 --- a/configure.in +++ b/configure.in @@ -59,7 +59,7 @@ AC_ARG_WITH(crosspkgdir, [ --with-crosspkgdir=/path/to/pkg-config/dir], fi ) -MONO_REQUIRED_VERSION=0.90 +MONO_REQUIRED_VERSION=0.91.99 PKG_CHECK_MODULES(MONO_DEPENDENCY, mono >= $MONO_REQUIRED_VERSION, has_mono=true, has_mono=false) if test "x$has_mono" = "xtrue"; then