summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2010-01-15 16:26:10 +0100
committerHans-Joachim Lankenau <hjs@openoffice.org>2010-01-15 16:26:10 +0100
commitdd33ab04c42f29ca9e490558464a467c701e683b (patch)
treea56c7eb8247718eaf8f2f7b41bcafe79912c964d /configure
parenta96692642a1653de11782a98abe0ba5cd6779269 (diff)
ause110: #i106731# missing bits and minor fixes
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure b/configure
index 4bebea9c040f..adc958b2318e 100755
--- a/configure
+++ b/configure
@@ -14892,7 +14892,15 @@ $as_echo "$as_me: WARNING: Building SeaMonkey with mingwin is not tested, and li
for e in gz bz2; do
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $MOZILLA_SOURCE_VERSION.tar.$e" >&5
$as_echo_n "checking for $MOZILLA_SOURCE_VERSION.tar.$e... " >&6; }
+ if test ! -e "moz/download/$MOZILLA_SOURCE_VERSION.tar.$e" && test "$HAVE_MOZILLA_TARBALL" != "y"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
+$as_echo "not found" >&6; }
+ HAVE_MOZILLA_TARBALL=n
+ else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
+$as_echo "found" >&6; }
HAVE_MOZILLA_TARBALL=y
+ fi
done
if test "$HAVE_MOZILLA_TARBALL" != "y"; then
as_fn_error "Mozilla/SeaMonkey source archive not found.