From: Rose <83477269+AtariDreams@users.noreply.github.com> Date: Thu, 16 Sep 2021 21:38:35 +0000 (-0400) Subject: Fix typo X-Git-Tag: v2.4b1~54^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b94475dcab5129e95046e4855bf7e0367f2ea79b;p=thirdparty%2Fcups.git Fix typo Wrong macro name was used. --- 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 */