6685N/AThese changes need to be sent upstream.
6685N/A if test "x$ac_cv_moz_nspr_libs" != "xno"; then
6685N/A- NSPR_LIBS="-L$with_nspr_libs $nsprlibs"
6685N/A+ NSPR_LIBS="-L$with_nspr_libs $nsprlibs -R$with_nspr_libs"
6685N/A- NSS_LIBS="-L$with_nss_libs $nsslibs"
6685N/A+ NSS_LIBS="-L$with_nss_libs $nsslibs -R$with_nss_libs"
6685N/A if test "$enable_nss" = "static"; then
6685N/A msg_nss="Mozilla NSS (static)"