From b94475dcab5129e95046e4855bf7e0367f2ea79b Mon Sep 17 00:00:00 2001 From: Rose <83477269+AtariDreams@users.noreply.github.com> Date: Thu, 16 Sep 2021 17:38:35 -0400 Subject: [PATCH] Fix typo Wrong macro name was used. --- xcode/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/config.h b/xcode/config.h index bef3b2b2e3..3eedc67abf 100644 --- a/xcode/config.h +++ b/xcode/config.h @@ -558,7 +558,7 @@ */ #if TARGET_OS_OSX -# define HAVE_GSS_ACQUIRED_CRED_EX_F 1 +# define HAVE_GSS_ACQUIRE_CRED_EX_F 1 # define HAVE_GSS_C_NT_HOSTBASED_SERVICE 1 # define HAVE_GSS_GSSAPI_H 1 /* #undef HAVE_GSS_GSSAPI_SPI_H */ -- 2.47.2