[gst-cvs] gstreamer-sharp: Fix build on SUSE by finding Mono runtime
Sebastian Dröge
slomo at kemper.freedesktop.org
Thu Sep 3 21:53:59 PDT 2009
Module: gstreamer-sharp
Branch: master
Commit: aa9a44aef70706048e1a504a2e15878dc3967fc3
URL: http://cgit.freedesktop.org/gstreamer/gstreamer-sharp/commit/?id=aa9a44aef70706048e1a504a2e15878dc3967fc3
Author: Gabriel Burt <gabriel.burt at gmail.com>
Date: Thu Sep 3 15:47:27 2009 -0700
Fix build on SUSE by finding Mono runtime
---
configure.ac | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 30acb6b..cbb7dbd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
More information about the Gstreamer-commits
mailing list