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.
This commit is contained in:
Sebastian Dröge 2009-07-31 10:01:30 +02:00
parent b8c0efd290
commit be4e1e2241

View 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