[svn] r7636: nemerle/trunk/configure

malekith svnadmin at nemerle.org
Mon Apr 30 17:17:24 CEST 2007


Log:
Yet one more fix for pkg-config/nunit.

Author: malekith
Date: Mon Apr 30 17:17:24 2007
New Revision: 7636

Modified:
   nemerle/trunk/configure

Modified: nemerle/trunk/configure
==============================================================================
--- nemerle/trunk/configure	(original)
+++ nemerle/trunk/configure	Mon Apr 30 17:17:24 2007
@@ -770,7 +770,7 @@
 if test "$nunit"; then
   echo_result "found, $nunit"
   if pkg-config --exists mono-nunit 2>/dev/null; then
-    nunit_lib="-pkg:mono-nunit.pc"
+    nunit_lib="-pkg:mono-nunit"
   else
     np=`which nunit-console 2>/dev/null | sed 's/\(.*\)nunit-conso.*/\1nunit.framework.dll/'`; np=`cygpath -w "$np" 2>/dev/null`;
     nunit_lib="-r:\"$np\""



More information about the svn mailing list