From 42da040a07916f914419215c34c702140d36f198 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 14 Oct 2014 07:27:08 +0100 Subject: [PATCH] Show mono info in 'make check-csharp-version' For diagnosing configuration of mono runtime --- Examples/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/Makefile.in b/Examples/Makefile.in index b7dc7d101..5162ba37f 100644 --- a/Examples/Makefile.in +++ b/Examples/Makefile.in @@ -1396,6 +1396,7 @@ csharp_run: # Version check below also works with MS csc.exe which does not understand --version csharp_version: $(CSHARPCOMPILER) --version | head -n 1 + if test -n "$(CSHARPCILINTERPRETER)" ; then "$(CSHARPCILINTERPRETER)" --version ; fi # ----------------------------------------------------------------- # Cleaning the CSharp examples