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

New commits:
commit e81a35e1a86b6492a68f52ae53c41ee624981ee8
Author: Rene Engelhard <r...@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 ===================================================================
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to