diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-10-31 16:16:37 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-11-11 13:41:43 +0200 |
commit | f930638797f1fec05b272367c052d4fc9de35896 (patch) | |
tree | 77416181d8a3f5cd7a1133a236f44e7a1c600bfd | |
parent | Windows: Fix mythread_once() macro with Vista threads. (diff) | |
download | xz-f930638797f1fec05b272367c052d4fc9de35896.tar.xz |
Build: Remove obsolete commented-out lines from configure.ac.
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 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 |