mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 07:26:33 +00:00
Fix build on SUSE by finding Mono runtime
This commit is contained in:
parent
536cfa59d0
commit
aa9a44aef7
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue