SDL_ttf: We include a new enough version of FreeType, so ignore FreeType version checks

From 08b54fc41eb6184730f264254de9a0249abffdd5 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Fri, 31 Dec 2021 09:17:39 -0800
Subject: [PATCH] We include a new enough version of FreeType, so ignore
 FreeType version checks

This fixes building with configure on macOS
---
 external/harfbuzz-2.8.0/config_sdl_unix.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/external/harfbuzz-2.8.0/config_sdl_unix.h b/external/harfbuzz-2.8.0/config_sdl_unix.h
index 9cedf0c..93f72b3 100644
--- a/external/harfbuzz-2.8.0/config_sdl_unix.h
+++ b/external/harfbuzz-2.8.0/config_sdl_unix.h
@@ -35,14 +35,10 @@
 #define HAVE_FREETYPE 1
 
 /* Define to 1 if you have the `FT_Done_MM_Var' function. */
-#if ((FREETYPE_MAJOR*10000 + FREETYPE_MINOR*100 + FREETYPE_PATCH) >= 20900)
 #define HAVE_FT_DONE_MM_VAR 1
-#endif
 
 /* Define to 1 if you have the `FT_Get_Var_Blend_Coordinates' function. */
-#if ((FREETYPE_MAJOR*10000 + FREETYPE_MINOR*100 + FREETYPE_PATCH) >= 20701)
 #define HAVE_FT_GET_VAR_BLEND_COORDINATES 1
-#endif
 
 /* Define to 1 if you have the `FT_Set_Var_Blend_Coordinates' function. */
 #define HAVE_FT_SET_VAR_BLEND_COORDINATES 1