[ooo-build-commit] Branch 'ooo-build-3-1-1' - configure.in
Jan Holesovsky
kendy at kemper.freedesktop.org
Wed Sep 2 09:04:18 PDT 2009
configure.in | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 52a01abfdcb35bf60d270855f8094deb442a617f
Author: Rail Aliev <rail at openoffice.org>
Date: Tue Sep 1 23:53:56 2009 +0400
Fix --without-split
When --without-split is used, SPLIT variable is set to "no", while
download(.in) expects an empty string.
configure.in: reset SPLIT to "" when it's set to "no"
diff --git a/configure.in b/configure.in
index a25c42e..4e48f52 100644
--- a/configure.in
+++ b/configure.in
@@ -542,6 +542,7 @@ AC_MSG_CHECKING([for split sources])
SPLIT=$with_split
test -z "$SPLIT" && echo $CVSTAG | grep -q "dev300" && test `echo $CVSTAG | sed 's|dev300-m||'` -gt 21 && SPLIT=yes
test -z "$SPLIT" && echo $CVSTAG | grep -q "ooo300" && SPLIT=yes
+test "$SPLIT" = "no" && SPLIT=
AC_MSG_RESULT([${SPLIT:-no}])
AC_SUBST(SPLIT)
More information about the ooo-build-commit
mailing list