better error message when mcs is not the Mono C# compiler

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6927 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-01-12 22:46:20 +00:00
commit 346dc4fb11

View file

@ -1351,7 +1351,7 @@ if test -z "$CSHARPBIN" ; then
if test "mcs" = "$CSHARPCOMPILER" ; then
AC_CHECK_PROGS(CSHARPCILINTERPRETER, mono) # Mono JIT
else
echo "mcs is not the Mono C# compiler"
echo "mcs is not a working Mono C# compiler"
fi
else
if test "csc" = "$CSHARPCOMPILER"; then