View | Details | Raw Unified | Return to bug 233453 | Differences between
and this patch

Collapse All | Expand All

(-)old-configure.in (-1 / +1 lines)
Lines 4755-4761 ac_configure_args="$_SUBDIR_CONFIG_ARGS" Link Here
4755
4776
4756
# --with-system-nspr will have been converted into the relevant $NSPR_CFLAGS
4777
# --with-system-nspr will have been converted into the relevant $NSPR_CFLAGS
4757
# and $NSPR_LIBS.
4778
# and $NSPR_LIBS.
4758
ac_configure_args="`echo $ac_configure_args | sed -e 's/--with-system-nspr\S* *//'`"
4779
ac_configure_args="`echo $ac_configure_args | sed -e 's/--with-system-nspr[^[:space:]]* *//'`"
4759
4780
4760
if test "$_INTL_API" = no; then
4781
if test "$_INTL_API" = no; then
4761
    ac_configure_args="$ac_configure_args --without-intl-api"
4782
    ac_configure_args="$ac_configure_args --without-intl-api"

Return to bug 233453