2004-05-03 Todd Berman <tberman@sevenl.net>

* configure.in: bump mono dep to 0.90

svn path=/trunk/gtk-sharp/; revision=26661
This commit is contained in:
Todd Berman 2004-05-03 22:59:30 +00:00
parent 92c6e68841
commit a40a71e879
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-05-03 Todd Berman <tberman@sevenl.net>
* configure.in: bump mono dep to 0.90
2004-05-03 Todd Berman <tberman@sevenl.net>
* configure.in: bump to 0.91, dont kill me mike.

View file

@ -59,7 +59,8 @@ AC_ARG_WITH(crosspkgdir, [ --with-crosspkgdir=/path/to/pkg-config/dir],
fi
)
PKG_CHECK_MODULES(MONO_DEPENDENCY, mono, has_mono=true, has_mono=false)
MONO_REQUIRED_VERSION=0.90
PKG_CHECK_MODULES(MONO_DEPENDENCY, mono >= $MONO_REQUIRED_VERSION, has_mono=true, has_mono=false)
if test "x$has_mono" = "xtrue"; then
if test `uname -s` = "Darwin"; then