From: Sebastian Dröge Date: Fri, 31 Jul 2009 08:01:30 +0000 (+0200) Subject: Use gmcs for compilation, we require C# 2.0 now X-Git-Tag: 1.19.3~483^2~467 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be4e1e22415b1345ffd3ba3df8003bc6dce900fc;p=platform%2Fupstream%2Fgstreamer.git Use gmcs for compilation, we require C# 2.0 now This allows us to use new features and Gtk# has switched too some days ago. --- diff --git a/configure.ac b/configure.ac index 7bce82e..1b05a0f 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ if test "x$has_mono" = "xtrue"; then GACUTIL_FLAGS='/package $(PACKAGE_VERSION) /gacdir $(libdir) /root $(DESTDIR)/$(libdir)' GENERATED_SOURCES=generated/*.cs AC_PATH_PROG(RUNTIME, mono, no) - AC_PATH_PROG(CSC, mcs, no) + AC_PATH_PROG(CSC, gmcs, no) if test `uname -s` = "Darwin"; then LIB_PREFIX= LIB_SUFFIX=.dylib