diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-11-08 17:34:27 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-11-08 17:34:27 +0100 |
commit | 1e34e2b3bd9a41d0782ed13e42f0c4f804453fde (patch) | |
tree | 47ed84489e33c3ab165e338e2d6c2835c539d541 /configure.in | |
parent | b696efae23aecacc1de6a87d99c408ac00cba855 (diff) | |
parent | c41365da78afc629d6b9f3d661a3428c7ebef4f7 (diff) |
CWS-TOOLING: integrate CWS sb132
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.in b/configure.in index df50904f7157..0eeb5b8482a1 100644 --- a/configure.in +++ b/configure.in @@ -3639,10 +3639,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 ) else AC_MSG_RESULT([internal]) SYSTEM_CPPUNIT=NO |