Issue 45482 - it's currently not possible to disable full mozilla build
Summary: it's currently not possible to disable full mozilla build
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: Build Tools
Classification: Code
Component: configure (show other issues)
Version: OOo 2.0
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: rene
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-19 11:41 UTC by hjs
Modified: 2006-03-14 21:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description hjs 2005-03-19 11:41:19 UTC
even with "--disable-mozilla-build" $enable_mozilla_build is set to "no" but
later  checked for length 0 to disable.
Comment 1 rene 2005-03-19 15:13:30 UTC
err?

$ ./configure --without-java --without-gpc
[...]
checking whether to build mozilla connectivity... yes
checking which LDAP SDK to use... Netscape/Mozilla
checking which mozilla to use... internal
checking for toolkit which mozilla should use... gtk2
checking whether to build Mozilla... no

$ ./configure --without-java --without-gpc --enable-build-mozilla
checking whether to build mozilla connectivity... yes
checking which LDAP SDK to use... Netscape/Mozilla
checking which mozilla to use... internal
checking for toolkit which mozilla should use... gtk2
checking whether to build Mozilla... yes
checking for mozilla-source-1.7.5.tar.gz... configure: error: Mozilla source
archive not found.
Please copy mozilla-source-1.7.5.tar.gz to moz/download/.
The archive can be found here:
http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7.5/source/

so, ewhy can't i be disabnled when the disabling is default?

(anyway, the eroor you see there because the var is checked witb -n with is "no"
if you specify --disable-build-moziila, but, well, why do you specify it?=

Regards,

Rene
Comment 2 hjs 2005-03-21 21:55:02 UTC
hmm, i started playing with the mozilla switches at all because configure asked
me to download mozilla. now it's disabled by default and i cannot reproduce.
while the check is still questionable, this issue is clearly invalid.

Comment 3 hjs 2005-03-22 11:25:34 UTC
.