From aad3c609ffb72f581a7a2b67be3ad70b2b327840 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 fe4a2a82..11b25cd6 100644 --- a/configure.ac +++ b/configure.ac @@ -722,10 +722,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