Skip to content

Commit

Permalink
Merge pull request #1250 from peternewman/0.10-json-patch-header
Browse files Browse the repository at this point in the history
Require cppunit less than 1.14.0
  • Loading branch information
peternewman authored May 20, 2017
2 parents d1d1808 + 8bf7e19 commit b51de91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,8 @@ AC_ARG_ENABLE(
[unittests],
[AS_HELP_STRING([--disable-unittests], [Disable all unittests])])
AS_IF([test "x$enable_unittests" != xno],
[PKG_CHECK_MODULES([CPPUNIT], [cppunit >= 1.9.6], [],
[AC_MSG_ERROR([Missing cppunit, please install >= 1.9.6])])
[PKG_CHECK_MODULES([CPPUNIT], [cppunit >= 1.9.6 cppunit < 1.14.0], [],
[AC_MSG_ERROR([Missing cppunit, please install >= 1.9.6 and < 1.14.0])])
])
AM_CONDITIONAL([BUILD_TESTS], [test "x$enable_unittests" != xno])

Expand Down

0 comments on commit b51de91

Please sign in to comment.