summaryrefslogtreecommitdiff
path: root/config_office/configure.in
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-12-12 14:35:15 +0000
committerKurt Zenker <kz@openoffice.org>2007-12-12 14:35:15 +0000
commit478b6a6cb19d0d0dfd643dadc59c82f296a36d81 (patch)
treed280ca73a451b77287401b5597fab7b03be626be /config_office/configure.in
parente749cc0a43c77805650424ed53da1c7c8aa1c2ef (diff)
INTEGRATION: CWS pmladek08 (1.232.8); FILE MERGED
2007/12/10 14:15:42 pmladek 1.232.8.1: #i82569# add back support for build with neon-0.24.X
Diffstat (limited to 'config_office/configure.in')
-rw-r--r--config_office/configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/config_office/configure.in b/config_office/configure.in
index b517fda61ec4..bd1fad0ad90b 100644
--- a/config_office/configure.in
+++ b/config_office/configure.in
@@ -3,7 +3,7 @@ dnl * vi:set sw=3 ts=3 et:
dnl *
dnl * Name: configure.in
dnl * Auth: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems Ireland
-dnl * Date: $Date: 2007-12-12 15:30:49 $
+dnl * Date: $Date: 2007-12-12 15:35:15 $
dnl *
dnl * Desc: This file serves as input for the GNU autoconf package
dnl * in order to create a configure script.
@@ -12,7 +12,7 @@ dnl * necessary to build OpenOffice.org
dnl *
dnl *
dnl ******************************************************************/
-AC_REVISION( $Revision: 1.235 $ )
+AC_REVISION( $Revision: 1.236 $ )
AC_PREREQ(2.50)
AC_INIT()
echo "$@" >config.parms
@@ -4238,7 +4238,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.26.0, , AC_MSG_ERROR([you need neon >= 0.26.x for system-neon]))
+ PKG_CHECK_MODULES(NEON, neon >= 0.24.0, , AC_MSG_ERROR([you need neon >= 0.24.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