ooo-build r15271 - branches/ooo-build-3-0-1
- From: strba svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r15271 - branches/ooo-build-3-0-1
- Date: Mon, 2 Feb 2009 13:19:57 +0000 (UTC)
Author: strba
Date: Mon Feb 2 13:19:57 2009
New Revision: 15271
URL: http://svn.gnome.org/viewvc/ooo-build?rev=15271&view=rev
Log:
respect the --with-unstable-wp option
Modified:
branches/ooo-build-3-0-1/ChangeLog
branches/ooo-build-3-0-1/configure.in
Modified: branches/ooo-build-3-0-1/configure.in
==============================================================================
--- branches/ooo-build-3-0-1/configure.in (original)
+++ branches/ooo-build-3-0-1/configure.in Mon Feb 2 13:19:57 2009
@@ -1211,7 +1211,7 @@
SYSTEM_LIBWPD=YES
else
SYSTEM_LIBWPD=NO
- if test -n "$UNSTABLE_WP" = "YES"; then
+ if test "$UNSTABLE_WP" = "YES"; then
LIBWPD_TARBALL=libwpd-0.9.0~CVS20081118.tar.gz
else
LIBWPD_TARBALL=libwpd-0.8.14.tar.gz
@@ -1224,7 +1224,7 @@
SYSTEM_LIBWPS=YES
else
SYSTEM_LIBWPS=NO
- if test -n "$UNSTABLE_WP" = "YES"; then
+ if test "$UNSTABLE_WP" = "YES"; then
LIBWPS_TARBALL=libwps-0.2.0~CVS20081118.tar.gz
else
LIBWPS_TARBALL=libwps-0.1.2.tar.gz
@@ -1237,7 +1237,7 @@
SYSTEM_LIBWPG=YES
else
SYSTEM_LIBWPG=NO
- if test -n "$UNSTABLE_WP" = "YES"; then
+ if test "$UNSTABLE_WP" = "YES"; then
LIBWPG_TARBALL=libwpg-0.2.0~CVS20081118.tar.gz
else
LIBWPG_TARBALL=libwpg-0.1.3.tar.gz
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]