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:
parent
7951ca21de
commit
e7130d9838
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue