83e1c4
diff -up firefox-68.2.0/old-configure.in.nss-version firefox-68.2.0/old-configure.in
83e1c4
--- firefox-68.2.0/old-configure.in.nss-version	2019-10-17 14:22:18.589707911 +0200
83e1c4
+++ firefox-68.2.0/old-configure.in	2019-10-17 14:22:56.607541146 +0200
c82edc
@@ -1537,7 +1537,7 @@ MOZ_ARG_WITH_BOOL(system-nss,
f9af33
     _USE_SYSTEM_NSS=1 )
f9af33
 
f9af33
 if test -n "$_USE_SYSTEM_NSS"; then
83e1c4
-    AM_PATH_NSS(3.44.2, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
c82edc
+    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])])
f9af33
 fi
f9af33
 
c82edc
 NSS_CFLAGS="$NSS_CFLAGS -I${DIST}/include/nss"