Fix build on SUSE by finding Mono runtime

This commit is contained in:
Gabriel Burt 2009-09-03 15:47:27 -07:00 committed by Sebastian Dröge
parent 536cfa59d0
commit aa9a44aef7

View file

@ -17,6 +17,9 @@ AC_SUBST(PACKAGE_VERSION)
MONO_REQUIRED_VERSION=2.4
AC_SUBST(MONO_REQUIRED_VERSION)
PKG_CHECK_MODULES(MONO_DEPENDENCY, mono >= $MONO_REQUIRED_VERSION, has_mono=true, has_mono=false)
AC_PATH_PROG(MONO, mono, no)
AC_SUBST(MONO)
AM_PROG_LIBTOOL