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:
parent
61ae82b5eb
commit
346dc4fb11
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue