diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a7f352e..b28f5f9 100644 --- a/configure.ac +++ b/configure.ac @@ -123,7 +123,7 @@ if test "x$has_mono" = "xtrue" ; then RUNTIME=mono fi - AC_PATH_PROG(CSC, gmcs, no) + AC_PATH_PROG(CSC, mono-csc, no) LIB_PREFIX=.so LIB_SUFFIX= fi |