From be4e1e22415b1345ffd3ba3df8003bc6dce900fc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 31 Jul 2009 10:01:30 +0200 Subject: [PATCH] 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4