diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-02-01 16:14:14 -0800 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-02-01 16:14:14 -0800 |
commit | aa89c97c67ec5300f32325c8518baae8ed8a3f85 (patch) | |
tree | cbc000450c355d28f1c32188255af4b70c17eda7 | |
parent | dd2ed951b8aeb16671bebd2ea104953252ab54a5 (diff) | |
download | libayatana-appindicator-aa89c97c67ec5300f32325c8518baae8ed8a3f85.tar.gz libayatana-appindicator-aa89c97c67ec5300f32325c8518baae8ed8a3f85.tar.bz2 libayatana-appindicator-aa89c97c67ec5300f32325c8518baae8ed8a3f85.zip |
changed dependency nunit2.4 to nunit since this is the name of the package
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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) ########################### |