Fix nspr autoconf support for OpenVMS.

Thanks to Colin Blake <colin@theblakes.com> for the patch.
Bug #69842 r=cls
This commit is contained in:
cls%seawood.org 2001-02-25 21:44:59 +00:00
parent 8254147b29
commit 07b14f65b0
2 changed files with 329 additions and 325 deletions

648
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -581,7 +581,9 @@ case "$target" in
_PEDANTIC=
_IGNORE_LONG_LONG_WARNINGS=
case $OS_RELEASE in
4.*) ;;
4.*)
STRIP="$STRIP -d"
;;
*)
DSO_CFLAGS=''
DSO_LDOPTS='-r'
@ -811,7 +813,7 @@ case "$target" in
dnl Hack...
_OPENVMS_CROSS_COMPILE=1
fi
NSPR_LIBS="-lnspr$NSPR_VERSION -lplc$NSPR_VERSION -lplds$NSPR_VERSION"
MISSING_NSPR="yes"
AC_DEFINE(NO_PW_GECOS)
AC_DEFINE(NO_UDSOCK)
USE_PTHREADS=1