mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Update build system files for NSPR and NSS
This commit is contained in:
parent
fe96962962
commit
bbb5d38c60
1 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ dnl ========================================================
|
|||
MOZJPEG=62
|
||||
MOZPNG=10625
|
||||
NSPR_VERSION=4
|
||||
NSPR_MINVER=4.13.1
|
||||
NSPR_MINVER=4.19
|
||||
NSS_VERSION=3
|
||||
|
||||
dnl Set the minimum version of toolkit libs used by mozilla
|
||||
|
|
@ -2049,7 +2049,7 @@ MOZ_ARG_WITH_BOOL(system-nss,
|
|||
_USE_SYSTEM_NSS=1 )
|
||||
|
||||
if test -n "$_USE_SYSTEM_NSS"; then
|
||||
AM_PATH_NSS(3.35, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
|
||||
AM_PATH_NSS(3.36.4, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
|
||||
fi
|
||||
|
||||
if test -z "$MOZ_SYSTEM_NSS"; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue