[svn] r5828: nemerle/trunk/configure

malekith svnadmin at nemerle.org
Tue Oct 18 14:10:20 CEST 2005


Log:
Force netengine to mono-from/mono (otherwise wrong version is used, when binfmt_misc handler is present).

Author: malekith
Date: Tue Oct 18 14:10:17 2005
New Revision: 5828

Modified:
   nemerle/trunk/configure

Modified: nemerle/trunk/configure
==============================================================================
--- nemerle/trunk/configure	(original)
+++ nemerle/trunk/configure	Tue Oct 18 14:10:17 2005
@@ -294,6 +294,7 @@
 	    ;;
 	--mono-from=*)
 	    monopath=`echo $ac_option | cut -d '=' -f 2`"/"
+	    netengine="$monopath/mono"
 	    ;;
 
 	*)



More information about the svn mailing list