# HG changeset patch # User Wolfgang Rosenauer # Date 1262023772 -3600 # Node ID 6ee6583389c7f029fdee3adc374d0cf055d89b02 # Parent fb795017b95fc0a6dfb0c9ddefbf00b543258f7e Fix crashreporter build option finally diff -r fb795017b95f -r 6ee6583389c7 mozilla-xulrunner192/mozilla-xulrunner192.spec --- a/mozilla-xulrunner192/mozilla-xulrunner192.spec Mon Dec 28 14:13:07 2009 +0100 +++ b/mozilla-xulrunner192/mozilla-xulrunner192.spec Mon Dec 28 19:09:32 2009 +0100 @@ -306,6 +306,11 @@ ac_add_options --enable-libproxy EOF %endif +%if ! %crashreporter +cat << EOF >> $MOZCONFIG +ac_add_options --disable-crashreporter +EOF +%endif make -f client.mk build %install