summaryrefslogtreecommitdiff
path: root/old-configure.in
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2023-11-13 00:26:23 +0100
committerMoonchild <moonchild@palemoon.org>2023-11-13 00:26:23 +0100
commit9816215ea7461dfbb1707809344b5d569ad615e3 (patch)
treeafe32b0c27473c574e752f67b3cebb533b54efd1 /old-configure.in
parent294698153c7adf63ceb3c81513ae68e888ae9f20 (diff)
downloaduxp-9816215ea7461dfbb1707809344b5d569ad615e3.tar.gz
Issue #2381 - Remove system-nspr/nss leftovers
Resolves #2381
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'"