[svn] r7634: nemerle/trunk/configure
malekith
svnadmin at nemerle.org
Mon Apr 30 16:41:59 CEST 2007
Log:
Fix a typo in pkg-config name.
Author: malekith
Date: Mon Apr 30 16:41:58 2007
New Revision: 7634
Modified:
nemerle/trunk/configure
Modified: nemerle/trunk/configure
==============================================================================
--- nemerle/trunk/configure (original)
+++ nemerle/trunk/configure Mon Apr 30 16:41:58 2007
@@ -769,7 +769,7 @@
try_nunit_version_2 "${monopath}nunit-console2";
if test "$nunit"; then
echo_result "found, $nunit"
- if pkgconfig --exists mono-nunit 2>/dev/null; then
+ if pkg-config --exists mono-nunit 2>/dev/null; then
nunit_lib="-pkg:mono-nunit.pc"
else
np=`which nunit-console 2>/dev/null | sed 's/\(.*\)nunit-conso.*/\1nunit.framework.dll/'`; np=`cygpath -w "$np" 2>/dev/null`;
More information about the svn
mailing list