Use gmcs for compilation, we require C# 2.0 now
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 31 Jul 2009 08:01:30 +0000 (10:01 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 31 Jul 2009 08:01:30 +0000 (10:01 +0200)
This allows us to use new features and Gtk# has switched too
some days ago.

configure.ac

index 7bce82e..1b05a0f 100644 (file)
@@ -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