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