[Libreoffice-commits] .: configure.in

Caolán McNamara caolan at kemper.freedesktop.org
Sun Oct 10 07:25:45 PDT 2010


 configure.in |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit 97b6bd696e62632506085c5b55ebf8b6e430fc6a
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Oct 10 15:25:29 2010 +0100

    add missing bit

diff --git a/configure.in b/configure.in
index 2fa191e..e156b96 100644
--- a/configure.in
+++ b/configure.in
@@ -3815,12 +3815,6 @@ if test -n "$with_system_cppunit" -o -n "$with_system_libs" && \
     SYSTEM_CPPUNIT=YES
     # might work for earlier, too but go sure
     PKG_CHECK_MODULES( CPPUNIT, cppunit >= 1.12.0 )
-    AC_MSG_CHECKING([STL compatibility])
-    if test "$WITH_STLPORT" != "no"; then
-	AC_MSG_ERROR([to use system cppunit you need to use --without-stlport])
-    else
-	AC_MSG_RESULT([OK])	
-    fi
 else
     AC_MSG_RESULT([internal])
     SYSTEM_CPPUNIT=NO


More information about the Libreoffice-commits mailing list