diff options
author | Rene Engelhard <rene@debian.org> | 2017-04-16 08:19:15 +0200 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2017-04-16 08:23:10 +0200 |
commit | e81a35e1a86b6492a68f52ae53c41ee624981ee8 (patch) | |
tree | addfa3aedc374600d338239043b2f19748d2a605 /configure.ac | |
parent | 93e0a48d09456578527d1e498f708edbeae19667 (diff) |
bump cuppunit check to >= 0.14.0
since it apparently doesn't build with 0.13 anymore since
6f12914ddfb4d69c0267b206be654c875da17426
Change-Id: I249c524f7a3aee2bfb52849a01ce1226584a9706
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 c70d28c2346c..e2ba3df087de 100644 --- a/configure.ac +++ b/configure.ac @@ -7945,7 +7945,7 @@ dnl =================================================================== dnl Check for system cppunit dnl =================================================================== if test "$cross_compiling" != "yes"; then - libo_CHECK_SYSTEM_MODULE([cppunit],[CPPUNIT],[cppunit >= 1.12.0]) + libo_CHECK_SYSTEM_MODULE([Cppunit],[CPPUNIT],[cppunit >= 1.14.0]) fi dnl =================================================================== |