summaryrefslogtreecommitdiff
path: root/old-configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'old-configure.in')
-rw-r--r--old-configure.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/old-configure.in b/old-configure.in
index 5c7e3c4411..cadbfb9f12 100644
--- a/old-configure.in
+++ b/old-configure.in
@@ -5233,17 +5233,6 @@ RC=
dist=$MOZ_BUILD_ROOT/dist
ac_configure_args="$_SUBDIR_CONFIG_ARGS"
-# --with-system-nspr will have been converted into the relevant $NSPR_CFLAGS
-# and $NSPR_LIBS.
-case "${OS_TARGET}" in
- Darwin|DragonFly|FreeBSD|NetBSD|OpenBSD)
- ac_configure_args="`echo $ac_configure_args | sed -e 's/--with-system-nspr[^[:space:]]* *//'`"
- ;;
- *)
- ac_configure_args="`echo $ac_configure_args | ${TOOLCHAIN_PREFIX}sed -e 's/--with-system-nspr\S* *//'`"
- ;;
-esac
-
if test -n "$NSPR_CFLAGS" -o -n "$NSPR_LIBS"; then
ac_configure_args="$ac_configure_args --with-nspr-cflags='$NSPR_CFLAGS'"
ac_configure_args="$ac_configure_args --with-nspr-libs='$NSPR_LIBS'"