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é
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to