Potential fix for Unixware 7 breakage, and a hack to deal with the lack of a prototype for usleep on Sol 2.5.1.

This commit is contained in:
briano%netscape.com 1999-12-24 01:14:23 +00:00
parent ca56ccdd40
commit 958cd68998

View File

@ -773,6 +773,9 @@ dnl the qsort routine under solaris is faulty
AC_DEFINE(MUST_UNDEF_HAVE_BOOLEAN_AFTER_INCLUDES) AC_DEFINE(MUST_UNDEF_HAVE_BOOLEAN_AFTER_INCLUDES)
fi fi
fi fi
if test "$OS_RELEASE" = "5.5.1"; then
AC_DEFINE(NEED_USLEEP_PROTOTYPE)
fi
;; ;;
*-sunos*) *-sunos*)
@ -783,6 +786,10 @@ dnl the qsort routine under solaris is faulty
AC_DEFINE(SPRINTF_RETURNS_STRING) AC_DEFINE(SPRINTF_RETURNS_STRING)
;; ;;
*-sysv4.2uw7*)
NSPR_LIBS="-lnspr$NSPR_VERSION -lplc$NSPR_VERSION -lplds$NSPR_VERSION -L/usr/ccs/lib -lcrt"
;;
esac esac
dnl See above (netbsd) dnl See above (netbsd)