patch 8.2.1424: Mac build fails
Problem: Mac build fails.
Solution: Adjust configure to not fall back to Athena. Adjust some other
files.
diff --git a/src/version.c b/src/version.c
index f6257b5..ec86fb4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1424,
+/**/
1423,
/**/
1422,
@@ -3954,17 +3956,8 @@
# else
# if defined(MSWIN)
msg_puts(_("with GUI."));
-# else
-# if defined(TARGET_API_MAC_CARBON) && TARGET_API_MAC_CARBON
- msg_puts(_("with Carbon GUI."));
-# else
-# if defined(TARGET_API_MAC_OSX) && TARGET_API_MAC_OSX
- msg_puts(_("with Cocoa GUI."));
-# else
-# endif
-# endif
-# endif
# endif
+# endif
# endif
# endif
# endif