Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 570838
Collapse All | Expand All

(-)a/configure.in (-1 / +1 lines)
Lines 3420-3426 MOZ_ARG_WITH_BOOL(system-nss, Link Here
3420
    _USE_SYSTEM_NSS=1 )
3420
    _USE_SYSTEM_NSS=1 )
3421
3421
3422
if test -n "$_USE_SYSTEM_NSS"; then
3422
if test -n "$_USE_SYSTEM_NSS"; then
3423
    AM_PATH_NSS(3.20.1, [MOZ_NATIVE_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
3423
    AM_PATH_NSS(3.21, [MOZ_NATIVE_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
3424
fi
3424
fi
3425
3425
3426
if test -n "$MOZ_NATIVE_NSS"; then
3426
if test -n "$MOZ_NATIVE_NSS"; then

Return to bug 570838