summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarekm72 <35698605+marekm72@users.noreply.github.com>2026-02-22 21:23:43 +0100
committerDenys Fedoryshchenko <denys.f@collabora.com>2026-03-23 00:04:38 +0200
commit8be2d1e5afa37035aacc5cd003ad984341e85269 (patch)
tree9d929d34da35e285c814d906e0e49a1c7f4f28d0
parentac85b611135827166473094b0cd7446671301817 (diff)
downloadaccel-ppp-8be2d1e5afa37035aacc5cd003ad984341e85269.tar.gz
accel-ppp-8be2d1e5afa37035aacc5cd003ad984341e85269.zip
Remove printf.h check from CMakeLists.txt
Removed check for printf.h and related definitions.
-rw-r--r--accel-pppd/CMakeLists.txt6
1 files changed, 0 insertions, 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)