From 8be2d1e5afa37035aacc5cd003ad984341e85269 Mon Sep 17 00:00:00 2001 From: marekm72 <35698605+marekm72@users.noreply.github.com> Date: Sun, 22 Feb 2026 21:23:43 +0100 Subject: Remove printf.h check from CMakeLists.txt Removed check for printf.h and related definitions. --- accel-pppd/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/accel-pppd/CMakeLists.txt b/accel-pppd/CMakeLists.txt index b274d856..0491c88c 100644 --- a/accel-pppd/CMakeLists.txt +++ b/accel-pppd/CMakeLists.txt @@ -104,12 +104,6 @@ ENDIF (SHAPER) INCLUDE(CheckIncludeFile) CHECK_INCLUDE_FILE("linux/netfilter/ipset/ip_set.h" HAVE_IPSET) -# MUSL does not have printf.h -CHECK_INCLUDE_FILE("printf.h" HAVE_PRINTF_H) -IF (HAVE_PRINTF_H) - ADD_DEFINITIONS(-DHAVE_PRINTF_H) -ENDIF (HAVE_PRINTF_H) - INCLUDE(CheckFunctionExists) CHECK_FUNCTION_EXISTS(setns HAVE_SETNS) -- cgit v1.2.3