From 586c6d0b07f4551db645d07e6a8003bf920f7651 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 15 Jun 2004 19:45:12 +0000 Subject: [PATCH] Mono C# mods git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5984 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/configure.in | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/SWIG/configure.in b/SWIG/configure.in index 5edf241d3..286046ec6 100644 --- a/SWIG/configure.in +++ b/SWIG/configure.in @@ -1328,7 +1328,7 @@ AC_SUBST(CHICKENLIB) AC_SUBST(CHICKENSHAREDLIB) #---------------------------------------------------------------- -# Look for csharp +# Look for C# #---------------------------------------------------------------- AC_ARG_WITH(cil-interpreter, [ --with-cil-interpreter=path Set location of CIL interpreter for CSharp],[CSHARPBIN="$withval"], [CSHARPBIN=]) @@ -1337,7 +1337,7 @@ AC_ARG_WITH(csharp-compiler, [ --with-csharp-compiler=path Set location of if test -z "$CSHARPCOMPILERBIN" ; then case $host in *-*-cygwin* | *-*-mingw*) - AC_CHECK_PROGS(CSHARPCOMPILER, mcs.bat cscc csc);; + AC_CHECK_PROGS(CSHARPCOMPILER, csc mcs cscc);; *)AC_CHECK_PROGS(CSHARPCOMPILER, mcs cscc);; esac else @@ -1363,12 +1363,7 @@ if test -z "$CSHARPBIN" ; then fi fi - # mono interpreter (ver 0.26 doesn't seem to work on Windows platforms) - case $host in - *-*-cygwin* | *-*-mingw*) - ;; - *)AC_CHECK_PROGS(CSHARPCILINTERPRETER, mint);; - esac + AC_CHECK_PROGS(CSHARPCILINTERPRETER, mint) else if test "csc" = "$CSHARPCOMPILER"; then CSHARPPATHSEPARATOR="\\\\"