]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Build: Remove obsolete commented-out lines from configure.ac.
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 31 Oct 2022 14:16:37 +0000 (16:16 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 11 Nov 2022 11:41:43 +0000 (13:41 +0200)
configure.ac

index 9ff8a312b911d06cb5daa76c37bf74727c75f46b..9d851073d7b96c6e909cfee4f371ab761441cedc 100644 (file)
@@ -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