SOURCES: openoffice.org-neon.diff - fix configure.in

baggins baggins at pld-linux.org
Tue Oct 2 17:24:35 CEST 2007


Author: baggins                      Date: Tue Oct  2 15:24:35 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix configure.in

---- Files affected:
SOURCES:
   openoffice.org-neon.diff (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/openoffice.org-neon.diff
diff -u SOURCES/openoffice.org-neon.diff:1.2 SOURCES/openoffice.org-neon.diff:1.3
--- SOURCES/openoffice.org-neon.diff:1.2	Tue Oct  2 17:05:51 2007
+++ SOURCES/openoffice.org-neon.diff	Tue Oct  2 17:24:30 2007
@@ -54,8 +54,8 @@
  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"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/openoffice.org-neon.diff?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list