configure: Reintroduced xmmintrin.h/emmintrin.h header checks
authorCarlos Rafael Giani <dv@pseudoterminal.org>
Sun, 7 Oct 2012 00:58:05 +0000 (02:58 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 8 Oct 2012 10:46:35 +0000 (12:46 +0200)
The audio resampler needs these for the SSE/SSE2 code paths

Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
configure.ac

index 8ee8427..584c04c 100644 (file)
@@ -167,6 +167,10 @@ dnl *** checks for header files ***
 dnl check if we have ANSI C header files
 AC_HEADER_STDC
 
+dnl check for GCC specific SSE headers
+dnl these are used by the speex resampler code
+AC_CHECK_HEADERS([xmmintrin.h emmintrin.h])
+
 ac_cppflags_save="$CPPFLAGS"
 CPPFLAGS="`$PKG_CONFIG --cflags libxml-2.0`"
 AC_COMPILE_IFELSE([