]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
cmake: unneeded header check
authorMatthew Barr <matthew.barr@intel.com>
Tue, 29 Nov 2016 05:19:04 +0000 (16:19 +1100)
committerMatthew Barr <matthew.barr@intel.com>
Wed, 14 Dec 2016 04:35:16 +0000 (15:35 +1100)
CMakeLists.txt
cmake/config.h.in

index e9e8f3fab2d49774572a479d3ceb2c7000235b7e..cfc33848ea0f47b8d1115c5b0249885625ca096d 100644 (file)
@@ -236,7 +236,6 @@ endif()
 CHECK_INCLUDE_FILES(unistd.h HAVE_UNISTD_H)
 CHECK_INCLUDE_FILES(intrin.h HAVE_C_INTRIN_H)
 CHECK_INCLUDE_FILE_CXX(intrin.h HAVE_CXX_INTRIN_H)
-CHECK_INCLUDE_FILES(tmmintrin.h HAVE_TMMINTRIN_H)
 CHECK_INCLUDE_FILES(x86intrin.h HAVE_C_X86INTRIN_H)
 CHECK_INCLUDE_FILE_CXX(x86intrin.h HAVE_CXX_X86INTRIN_H)
 
index 198d96c5d8eeb60504c628c928daed3da5e3abdb..d8430f2280af0d4c6c10c738641e34aed1666122 100644 (file)
@@ -70,9 +70,6 @@
 /* Define if the sqlite3_open_v2 call is available */
 #cmakedefine HAVE_SQLITE3_OPEN_V2
 
-/* Define to 1 if you have the <tmmintrin.h> header file. */
-#cmakedefine HAVE_TMMINTRIN_H
-
 /* Define to 1 if you have the <unistd.h> header file. */
 #cmakedefine HAVE_UNISTD_H