ea29f4
diff -up thunderbird-68.2.0/old-configure.in.nss-version thunderbird-68.2.0/old-configure.in
ea29f4
--- thunderbird-68.2.0/old-configure.in.nss-version	2019-10-22 14:50:42.649086398 +0200
ea29f4
+++ thunderbird-68.2.0/old-configure.in	2019-10-22 14:51:11.567171593 +0200
ea29f4
@@ -1537,7 +1537,7 @@ MOZ_ARG_WITH_BOOL(system-nss,
5b75f5
     _USE_SYSTEM_NSS=1 )
5b75f5
 
5b75f5
 if test -n "$_USE_SYSTEM_NSS"; then
307cc4
-    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])])
ea29f4
+    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])])
5b75f5
 fi
5b75f5
 
ea29f4
 NSS_CFLAGS="$NSS_CFLAGS -I${DIST}/include/nss"