[Libreoffice-commits] core.git: configure.ac

Rene Engelhard rene at debian.org
Sun Apr 16 06:24:03 UTC 2017


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e81a35e1a86b6492a68f52ae53c41ee624981ee8
Author: Rene Engelhard <rene at debian.org>
Date:   Sun Apr 16 08:19:15 2017 +0200

    bump cuppunit check to >= 0.14.0
    
    since it apparently doesn't build with 0.13 anymore since
    6f12914ddfb4d69c0267b206be654c875da17426
    
    Change-Id: I249c524f7a3aee2bfb52849a01ce1226584a9706

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 ===================================================================


More information about the Libreoffice-commits mailing list