From 1f7f81e4dd185350671d273a238dfcd3ac605bbc Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Sun, 2 Jun 2024 19:35:26 +0200 Subject: [PATCH] Get rid of autoconf test We stopped using that header file in 0952b37. --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index b2dcaf99..93535e8a 100644 --- a/configure.ac +++ b/configure.ac @@ -85,9 +85,6 @@ semaphore.h \ util.h \ ]) -# Checks for optional header files with prerequisites of other headers. -AC_CHECK_HEADERS([net/if_var.h],[],[],[#include ]) - # Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_C_INLINE