From aa89c97c67ec5300f32325c8518baae8ed8a3f85 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Mon, 1 Feb 2010 16:14:14 -0800 Subject: changed dependency nunit2.4 to nunit since this is the name of the package --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 559c2b4..46830aa 100644 --- a/configure.ac +++ b/configure.ac @@ -102,7 +102,7 @@ AC_SUBST(GAPI_CODEGEN) AC_PATH_PROG(GAPI_FIXUP, gapi2-fixup, no) AC_SUBST(GAPI_FIXUP) -PKG_CHECK_MODULES(NUNIT, nunit-2.4 >= 2.4.7) +PKG_CHECK_MODULES(NUNIT, nunit >= 2.4.7) AC_SUBST(NUNIT_LIBS) ########################### -- cgit v1.2.3