]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- fix configure.in auto/th/openoffice_org-2_2_0-oof680_m14_0_13
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 2 Oct 2007 15:24:30 +0000 (15:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openoffice.org-neon.diff -> 1.3

openoffice.org-neon.diff

index 9531a6887c5b00be195bb2a75e8779ab9b505fbc..9083c57ec3e36bfbdc25bc16798cb1cd61a03020 100644 (file)
@@ -54,8 +54,8 @@ diff -ru config_office/configure.in config_office/configure.in
  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)
--        PKG_CHECK_MODULES(NEON, neon < 0.27.0, , AC_MSG_ERROR([you need neon 0.26.x for system-neon]))
+-        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, , 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"
This page took 0.052252 seconds and 4 git commands to generate.