[Libreoffice-commits] core.git: configure.ac
Caolán McNamara
caolanm at redhat.com
Sun Apr 16 20:52:23 UTC 2017
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1ad1a536345ed2fa2fc6dd97ea6986d313e1a0d6
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sun Apr 16 21:49:57 2017 +0100
Cppunit->cppunit
change accidentially I presume by
e81a35e1a86b6492a68f52ae53c41ee624981ee8
Change-Id: I5a52d6e33708b03fcbcd74b0134710ab32a9618d
diff --git a/configure.ac b/configure.ac
index 1e52d32e7029..f1ff14131c0e 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.14.0])
+ libo_CHECK_SYSTEM_MODULE([cppunit],[CPPUNIT],[cppunit >= 1.14.0])
fi
dnl ===================================================================
More information about the Libreoffice-commits
mailing list