patch 8.2.1327: Mac: configure can't find Tcl libraries

Problem:    Mac: configure can't find Tcl libraries.
Solution:   Adjust configure check. (closes #6575)
diff --git a/src/version.c b/src/version.c
index c37fbe4..806e064 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1327,
+/**/
     1326,
 /**/
     1325,