CVS commit by wtrobin: wv2 doubled its power to justify the version number difference :-) Seriously, wv2-0.1.8 (released today) is the version which will be used for the upcoming KOffice 1.3 beta 3, unless someone finds a showstopper. wv2-0.0.9 would still work, but I bumped the requirement to recruit some testers >:-> Please report all the problems you find at bugs.kde.org in the kword module (filters section, if possible). CCMAIL: koffice-devel@mail.kde.org M +1 -1 configure.in.bot 1.8 M +2 -2 configure.in.in 1.12 --- koffice/filters/kword/msword/configure.in.bot #1.7:1.8 @@ -1,5 +1,5 @@ if test -z "$LIBWV2_LIBS"; then echo "" - echo "You're missing libwv2 0.0.9 or newer. KWord's MS Word filter will not be" + echo "You're missing libwv2 0.1.8 or newer. KWord's MS Word filter will not be" echo "compiled. You can download wv2 using anonymous CVS from the Sourceforge" echo "repository (http://sourceforge.net/cvs/?group_id=10501) or get a" --- koffice/filters/kword/msword/configure.in.in #1.11:1.12 @@ -25,5 +25,5 @@ if test -n "$WV2_CONFIG"; then vers=`$WV2_CONFIG --version 2>/dev/null | sed -e 's/libwv2 //' | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` - if test -n "$vers" && test "$vers" -ge 9 + if test -n "$vers" && test "$vers" -ge 1008 then LIBWV2_LIBS="`$WV2_CONFIG --libs`" @@ -41,5 +41,5 @@ AC_DEFINE_UNQUOTED(HAVE_WV2, 1, [Defines if your system has the wv2 library]) else - AC_MSG_WARN([You need at least libwv2 0.0.9]) + AC_MSG_WARN([You need at least libwv2 0.1.8]) fi fi _______________________________________________ koffice-devel mailing list koffice-devel@mail.kde.org http://mail.kde.org/mailman/listinfo/koffice-devel