13952N/A if test "x$ac_cv_moz_nspr_libs" != "xno"; then
13952N/A- NSPR_LIBS="-L$with_nspr_libs $nsprlibs"
13952N/A+ NSPR_LIBS="-L$with_nspr_libs $nsprlibs -R$with_nspr_libs"
13952N/A- NSS_LIBS="-L$with_nss_libs $nsslibs"
13952N/A+ NSS_LIBS="-L$with_nss_libs $nsslibs -R$with_nss_libs"
13952N/A if test "$enable_nss" = "static"; then