Closed
Bug 1233371
Opened 10 years ago
Closed 8 years ago
without-external-source-dir taken into account ?
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: linuxcbon, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39
Build ID: 20151217100722
Steps to reproduce:
mozconfig :
ac_add_options --disable-gstreamer
ac_add_options --prefix=/usr
ac_add_options --enable-application=suite
ac_add_options --without-external-source-dir
Actual results:
seamonkey compiles and runs OK.
about:buildconfig displays :
--disable-gstreamer --prefix=/usr --enable-application=suite --without-external-source-dir --with-external-source-dir=/home/tototo/seamonkey-2.39
Comment 1•8 years ago
|
||
--without-external-source-dir is not a valid option. I believe would also throw a build error in recent releaases.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•