aboutsummaryrefslogtreecommitdiff
path: root/build_msvc
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-06-24 14:28:23 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-06-24 14:28:23 +0100
commitc0b5ea5901d0ed005bca345e5b2de8a502f6af75 (patch)
treee8e58fa8b918608c5e3a1a4185914116ca1610bd /build_msvc
parentcf44adfd9f585eced46ef1e9e36fd7bf05b7edef (diff)
build: Drop redundant `sys/sysctl.h` header check
The `AC_CHECK_HEADERS` macro defines `HAVE_SYS_SYSCTL_H` if the `sys/sysctl.h` header is found. However, in the source code, this header is guarded by `HAVE_SYSCTL` and `HAVE_SYSCTL_ARND` macros, which have their own checks. Since `HAVE_SYS_SYSCTL_H` is not used, we can skip the `AC_CHECK_HEADERS(... sys/sysctl.h ...)` check.
Diffstat (limited to 'build_msvc')
0 files changed, 0 insertions, 0 deletions