1a3471
diff -up firefox-68.3.0/old-configure.in.nss-version firefox-68.3.0/old-configure.in
1a3471
--- firefox-68.3.0/old-configure.in.nss-version	2019-11-27 19:48:01.045677621 +0100
1a3471
+++ firefox-68.3.0/old-configure.in	2019-11-27 19:59:52.856894047 +0100
1a3471
@@ -1537,7 +1537,7 @@ MOZ_ARG_WITH_BOOL(system-nss,
1a3471
     _USE_SYSTEM_NSS=1 )
1a3471
 
1a3471
 if test -n "$_USE_SYSTEM_NSS"; then
1a3471
-    AM_PATH_NSS(3.44.4, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
1a3471
+    AM_PATH_NSS(3.44.0, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
1a3471
 fi
1a3471
 
1a3471
 NSS_CFLAGS="$NSS_CFLAGS -I${DIST}/include/nss"