[ooo-build-commit] .: configure.in
Petr Mladek
pmladek at kemper.freedesktop.org
Thu Oct 7 06:27:13 PDT 2010
configure.in | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
New commits:
commit 37f8fc13408d816a2d728c33f15582424e15e39e
Author: Petr Mladek <pmladek at suse.cz>
Date: Wed Oct 6 19:15:10 2010 +0200
enable build with the system cppunit-1.12.0
1.12.1 was allowed before; seems to work
diff --git a/configure.in b/configure.in
index 72987f1..16f1879 100644
--- a/configure.in
+++ b/configure.in
@@ -3810,10 +3810,8 @@ 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. We didn't have
- # a system-cppunit before the first version using a proper cppunit
- # (and that being 1.12.1) anyway
- PKG_CHECK_MODULES( CPPUNIT, cppunit >= 1.12.1 )
+ # 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])
More information about the ooo-build-commit
mailing list