diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-02-01 16:34:35 -0800 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-01 16:34:35 -0800 |
commit | 3a8354fd3a0b41a302f41e9901d47c0fbb4131f8 (patch) | |
tree | bf8c4dfd4d5b8270e1b2f68265d89551ca57b81e /configure.ac | |
parent | d6090e476c3a1041d0c6216d0127429e3a7842e3 (diff) | |
parent | aa89c97c67ec5300f32325c8518baae8ed8a3f85 (diff) | |
download | libayatana-appindicator-3a8354fd3a0b41a302f41e9901d47c0fbb4131f8.tar.gz libayatana-appindicator-3a8354fd3a0b41a302f41e9901d47c0fbb4131f8.tar.bz2 libayatana-appindicator-3a8354fd3a0b41a302f41e9901d47c0fbb4131f8.zip |
Checking for the nunit dependency with a specific version.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5549bd4..61be6f8 100644 --- a/configure.ac +++ b/configure.ac @@ -105,7 +105,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) ########################### |