summaryrefslogtreecommitdiff
path: root/config_office/configure.in
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-03 11:15:43 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-03 11:15:43 +0000
commit6096429da4a99c7e43b4db22d165950a9ad3dd5e (patch)
treed5fdbee237e45ac5f451d6c95541617e0141c583 /config_office/configure.in
parent3ea698b17d756871ff19b3f23fa32df38830650d (diff)
INTEGRATION: CWS neonupdate (1.208.4); FILE MERGED
2007/06/22 12:30:11 kso 1.208.4.2: RESYNC: (1.208-1.209); FILE MERGED 2007/06/22 10:59:44 kso 1.208.4.1: #i77023# - dropped support for neon < 0.26.0
Diffstat (limited to 'config_office/configure.in')
-rw-r--r--config_office/configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/config_office/configure.in b/config_office/configure.in
index fc66b8c35ef3..668dbd8237f5 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-06-27 13:59:09 $
+dnl * Date: $Date: 2007-07-03 12:15:43 $
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.212 $ )
+AC_REVISION( $Revision: 1.213 $ )
AC_PREREQ(2.50)
AC_INIT()
echo "$@" >config.parms
@@ -4007,8 +4007,8 @@ 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)
- PKG_CHECK_MODULES(NEON, neon < 0.27.0, , AC_MSG_ERROR([you need neon 0.24.x to 0.26.x for system-neon]))
+ PKG_CHECK_MODULES(NEON, neon >= 0.26.0)
+ PKG_CHECK_MODULES(NEON, neon < 0.27.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