summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2022-10-31 16:16:37 +0200
committerLasse Collin <lasse.collin@tukaani.org>2022-11-11 13:41:43 +0200
commitf930638797f1fec05b272367c052d4fc9de35896 (patch)
tree77416181d8a3f5cd7a1133a236f44e7a1c600bfd
parent6930f14733757592a4f8d92513f642a5dcc9ec9c (diff)
downloadxz-f930638797f1fec05b272367c052d4fc9de35896.tar.gz
Build: Remove obsolete commented-out lines from configure.ac.
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 9ff8a31..9d85107 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