loolwsd/configure.ac |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit bce124502d6184cad5754c43f81cc2200f538ab1
Author: Andras Timar <andras.ti...@collabora.com>
Date:   Tue May 10 11:47:00 2016 +0200

    add CPPUNIT back (unconditionally)

diff --git a/loolwsd/configure.ac b/loolwsd/configure.ac
index 89e95cb..24abbf2 100644
--- a/loolwsd/configure.ac
+++ b/loolwsd/configure.ac
@@ -170,6 +170,8 @@ AS_IF([test `uname -s` = Linux],
                       [],
                       [AC_MSG_ERROR([libcap not available?])])])
 
+PKG_CHECK_MODULES([CPPUNIT], [cppunit])
+
 AS_IF([test "$enable_ssl" != "no"],
       [AC_DEFINE([ENABLE_SSL],1,[Whether to enable SSL])],
       [AC_DEFINE([ENABLE_SSL],0,[Whether to enable SSL])])
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to