[svn] r5841: nemerle/trunk/configure

nazgul svnadmin at nemerle.org
Sun Oct 23 10:57:35 CEST 2005


Log:
Invalid xbuild from mono returns 2 on test

Author: nazgul
Date: Sun Oct 23 10:57:32 2005
New Revision: 5841

Modified:
   nemerle/trunk/configure

Modified: nemerle/trunk/configure
==============================================================================
--- nemerle/trunk/configure	(original)
+++ nemerle/trunk/configure	Sun Oct 23 10:57:32 2005
@@ -742,7 +742,8 @@
    msbuild="${netFRAMEWORK}MSBuild"
 else
   try_execute "${monopath}xbuild"
-  if test $? -lt 126; then
+  res=$?
+  if test $res -lt 126 && test $res -ne 2; then
     echo_result found
     msbuild="${monopath}xbuild"
   else



More information about the svn mailing list