summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-11-16 15:00:14 +0100
committerVladimir Glazunov <vg@openoffice.org>2010-11-16 15:00:14 +0100
commit37eefb1e85526acb5070e971e4d7552eb5193315 (patch)
treee4e8bd519f38cfed414173ba0b23ab417c546658 /configure.in
parent2c36718cc4f50cf5d7e2018bc2c4c3d02ff97be9 (diff)
parentc1ba87088edfcbd56fb7e4806e033d63c5e14660 (diff)
CWS-TOOLING: integrate CWS kso46
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
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