diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-11-16 15:00:14 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-11-16 15:00:14 +0100 |
commit | 37eefb1e85526acb5070e971e4d7552eb5193315 (patch) | |
tree | e4e8bd519f38cfed414173ba0b23ab417c546658 /configure.in | |
parent | 2c36718cc4f50cf5d7e2018bc2c4c3d02ff97be9 (diff) | |
parent | c1ba87088edfcbd56fb7e4806e033d63c5e14660 (diff) |
CWS-TOOLING: integrate CWS kso46
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 0eeb5b8482a1..3a54a2b59ebd 100644 --- a/configure.in +++ b/configure.in @@ -4964,7 +4964,7 @@ AC_MSG_CHECKING([which neon to use]) if test -n "$with_system_neon" -o -n "$with_system_libs" && \ test "$with_system_neon" != "no"; then AC_MSG_RESULT([external]) - PKG_CHECK_MODULES(NEON, neon >= 0.24.0, , AC_MSG_ERROR([you need neon >= 0.24.x for system-neon])) + PKG_CHECK_MODULES(NEON, neon >= 0.26.0, , AC_MSG_ERROR([you need neon >= 0.26.x for system-neon])) NEON_VERSION="`$PKG_CONFIG --modversion neon | $SED 's/\.//g'`" NEON_CFLAGS="$NEON_CFLAGS -DSYSTEM_NEON -DUSE_DAV_LOCKS=1" SYSTEM_NEON=YES |