From f930638797f1fec05b272367c052d4fc9de35896 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Mon, 31 Oct 2022 16:16:37 +0200 Subject: [PATCH] Build: Remove obsolete commented-out lines from configure.ac. --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index 9ff8a312..9d851073 100644 --- a/configure.ac +++ b/configure.ac @@ -699,10 +699,6 @@ AC_CHECK_HEADERS([immintrin.h]) # Checks for typedefs, structures, and compiler characteristics. ############################################################################### -dnl We don't need these as long as we need a C99 compiler anyway. -dnl AC_C_INLINE -dnl AC_C_RESTRICT - AC_HEADER_STDBOOL AC_TYPE_UINT8_T