From 11bd7c6fb9fe834cc432c3d892b21cd339f084fd Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Wed, 24 Jun 2015 22:57:37 +0100 Subject: [PATCH] Use "mcs" instead of "gmcs" for the compiler check for mono > 2.10 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/configure.ac +++ b/configure.ac @@ -39,7 +39,7 @@ if test "x$has_mono" = "xtrue"; then 1 AC_PATH_PROG(RUNTIME, mono, no) - AC_PATH_PROG(CSC, gmcs, no) + AC_PATH_PROG(CSC, mcs, no) LIB_PREFIX=.so LIB_SUFFIX= else