96a45b
diff -up thunderbird-68.2.0/old-configure.in.nss-version thunderbird-68.2.0/old-configure.in
96a45b
--- thunderbird-68.2.0/old-configure.in.nss-version	2019-10-22 14:50:42.649086398 +0200
96a45b
+++ thunderbird-68.2.0/old-configure.in	2019-10-22 14:51:11.567171593 +0200
96a45b
@@ -1537,7 +1537,7 @@ MOZ_ARG_WITH_BOOL(system-nss,
714dda
     _USE_SYSTEM_NSS=1 )
714dda
 
714dda
 if test -n "$_USE_SYSTEM_NSS"; then
96a45b
-    AM_PATH_NSS(3.44.3, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
96a45b
+    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])])
714dda
 fi
714dda
 
96a45b
 NSS_CFLAGS="$NSS_CFLAGS -I${DIST}/include/nss"