From dc9e13c98d64304b47637386884d93af2defc777 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Mon, 22 Sep 2025 13:34:16 -0400 Subject: [PATCH] Remove outdated comments in pre.in These comments were added in commit 5969630081b7eb43a4e6d4374407544174d77770 to indicate that certain library dependencies would need framework alternatives for a planned macOS build design. The framework placeholders were reverted in commit 25935ea0f4fcd60eca8dba0371ea168fd729e908, rendering the comments obsolete. Reported by Gordon Steemson. --- src/config/pre.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/config/pre.in b/src/config/pre.in index 6a6a4adbb1..4a07a76eb4 100644 --- a/src/config/pre.in +++ b/src/config/pre.in @@ -381,10 +381,8 @@ HESIOD_LIBS = @HESIOD_LIBS@ KRB5_BASE_LIBS = $(KRB5_LIB) $(K5CRYPTO_LIB) $(COM_ERR_LIB) $(SUPPORT_LIB) $(LIBS) $(DL_LIB) KDB5_LIBS = $(KDB5_LIB) $(GSSRPC_LIBS) GSS_LIBS = $(GSS_KRB5_LIB) -# needs fixing if ever used on macOS! GSSRPC_LIBS = -lgssrpc $(GSS_LIBS) KADM_COMM_LIBS = $(GSSRPC_LIBS) -# need fixing if ever used on macOS! KADMSRV_LIBS = -lkadm5srv_mit $(HESIOD_LIBS) $(KDB5_LIBS) $(KADM_COMM_LIBS) KADMCLNT_LIBS = -lkadm5clnt_mit $(KADM_COMM_LIBS) -- 2.47.3