Use mono JIT instead of mono interpreter

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5996 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-06-27 20:37:39 +00:00
commit ed9771220c

View file

@ -1363,7 +1363,7 @@ if test -z "$CSHARPBIN" ; then
fi
fi
AC_CHECK_PROGS(CSHARPCILINTERPRETER, mint)
AC_CHECK_PROGS(CSHARPCILINTERPRETER, mono) # Mono JIT
else
if test "csc" = "$CSHARPCOMPILER"; then
CSHARPPATHSEPARATOR="\\\\"