[Libreoffice-commits] online.git: loolwsd/configure.ac

Andras Timar andras.timar at collabora.com
Tue May 10 09:48:21 UTC 2016


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

New commits:
commit bce124502d6184cad5754c43f81cc2200f538ab1
Author: Andras Timar <andras.timar at 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])])


More information about the Libreoffice-commits mailing list