diff options
Diffstat (limited to 'mail/thunderbird-devel/files/mozconfig.in')
-rw-r--r-- | mail/thunderbird-devel/files/mozconfig.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/thunderbird-devel/files/mozconfig.in b/mail/thunderbird-devel/files/mozconfig.in index 2f7b3be42684..b40d330133ff 100644 --- a/mail/thunderbird-devel/files/mozconfig.in +++ b/mail/thunderbird-devel/files/mozconfig.in @@ -41,17 +41,17 @@ ac_add_options --with-system-mng=@LOCALBASE@ ac_add_options --with-pthreads ###################################################################### # conditional from port Makefile -if test -n "$WITH_REORDER"; then - ac_add_options --enable-reorder -else - ac_add_options --disable-reorder -fi # test -n "$WITH_REORDER" +#if test -n "$WITH_REORDER"; then +# ac_add_options --enable-reorder +#else +# ac_add_options --disable-reorder +#fi # test -n "$WITH_REORDER" if test -n "$WITH_DEBUG"; then ac_add_options --enable-debug ac_add_options --disable-strip else ac_add_options --disable-debug - ac_add_options --enable-optimize + ac_add_options --enable-optimize=${WITH_OPTIMIZE} ac_add_options --enable-strip export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 |