Add support for BSDI 5.x

Thanks to lidl@pix.net for the patch.
Bug #167375 r=cls,wtc
This commit is contained in:
seawood%netscape.com 2002-09-14 06:27:46 +00:00
parent 0413b05446
commit e6f5f1af35
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -4651,7 +4651,7 @@ fi
_PEDANTIC=
_IGNORE_LONG_LONG_WARNINGS=
case $OS_RELEASE in
4.*)
4.*|5.*)
STRIP="$STRIP -d"
;;
*)

View File

@ -741,7 +741,7 @@ case "$target" in
_PEDANTIC=
_IGNORE_LONG_LONG_WARNINGS=
case $OS_RELEASE in
4.*)
4.*|5.*)
STRIP="$STRIP -d"
;;
*)