From a4087923eb8115cbbdcd3bf2999b841951cba0ab Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 12 Jan 2005 22:46:20 +0000 Subject: [PATCH] better error message when mcs is not the Mono C# compiler git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6927 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 37118cbac..09b12b032 100644 --- a/configure.in +++ b/configure.in @@ -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