mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
No Issue - Adjust configure to deal with FreeBSD regex breakage for \S
This commit is contained in:
parent
42db0b335f
commit
1ac65a828d
1 changed files with 1 additions and 1 deletions
|
|
@ -5572,7 +5572,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'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue