[Libreoffice] Problem with sal/cppunittester

Rene Engelhard rene at debian.org
Sat Nov 6 02:50:04 PDT 2010


On Fri, Nov 05, 2010 at 10:38:42PM +0000, Wols Lists wrote:
> On the other hand, I've already looked at configure.in, and if you ask
> for system cppunit it just assumes it's there. I've already modded that

This is not true:

dnl ===================================================================
dnl Check for system cppunit
dnl ===================================================================
AC_MSG_CHECKING([which cppunit to use])
if test -n "$with_system_cppunit" -o -n "$with_system_libs" && \
        test "$with_system_cppunit" != "no"; then
    AC_MSG_RESULT([external])
    SYSTEM_CPPUNIT=YES
    # might work for earlier, too but go sure
    PKG_CHECK_MODULES( CPPUNIT, cppunit >= 1.12.0 )
[...]

Grüße/Regards,

René


More information about the LibreOffice mailing list