From b5f498899fdec1db1d620697cb333085431c4d07 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 18 Jun 2010 14:43:15 +0200 Subject: [PATCH] Don't download mdds when using --with-system-mdds * download.in: Add guard for mdds. --- download.in | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/download.in b/download.in index 997f58f..7dac980 100755 --- a/download.in +++ b/download.in @@ -450,7 +450,9 @@ source_file( '@OOO_EXTRA_ARTWORK@' ) if '@OOO_EXTRA_ARTWORK@'; source_file( "biblio.tar.bz2" ); # Required to build sc. -source_file( "cf8a6967f7de535ae257fa411c98eb88-mdds_0.3.0.tar.bz2" ); +if ('@SYSTEM_MDDS@' ne 'YES') { + source_file( "cf8a6967f7de535ae257fa411c98eb88-mdds_0.3.0.tar.bz2" ); +} if (!$SPLIT && ($download_all || '@ENABLE_BINFILTER@' eq 'TRUE')) { source_file_ooo( "binfilter" ); -- 1.7.0