2004-05-22 Mike Kestner <mkestner@ximian.com>

* 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
This commit is contained in:
Mike Kestner 2004-05-22 19:38:28 +00:00
parent 7951ca21de
commit e7130d9838
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2004-05-22 Mike Kestner <mkestner@ximian.com>
* 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 <tberman@sevenl.net>
* gnome/Program.custom: Change the Mono.Runtime stuff to reflect

View file

@ -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