diff options
author | Moonchild <moonchild@palemoon.org> | 2023-11-08 15:34:07 +0100 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2023-11-08 15:34:07 +0100 |
commit | 2637007c7835748367132c4e90b14831519454d0 (patch) | |
tree | 036d447ddc1796124411f657f9fcd0dfb218c244 /old-configure.in | |
parent | 7f99af410107ac25fd78c223dd2cbe5995f29656 (diff) | |
download | uxp-2637007c7835748367132c4e90b14831519454d0.tar.gz |
No Issue - Adjust configure to deal with FreeBSD regex breakage for \S
Diffstat (limited to 'old-configure.in')
-rw-r--r-- | old-configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old-configure.in b/old-configure.in index 873acd83aa..41f0941164 100644 --- a/old-configure.in +++ b/old-configure.in @@ -5252,7 +5252,7 @@ ac_configure_args="$_SUBDIR_CONFIG_ARGS" # --with-system-nspr will have been converted into the relevant $NSPR_CFLAGS # and $NSPR_LIBS. -ac_configure_args="`echo $ac_configure_args | sed -e 's/--with-system-nspr\S* *//'`" +ac_configure_args="`echo $ac_configure_args | sed -e 's/--with-system-nspr[^[:space:]]* *//'`" if test -n "$NSPR_CFLAGS" -o -n "$NSPR_LIBS"; then ac_configure_args="$ac_configure_args --with-nspr-cflags='$NSPR_CFLAGS'" |