From d9279b1304e6a5b913e050d475ab1a763b6b46c2 Mon Sep 17 00:00:00 2001 From: Carlos Rafael Giani Date: Sun, 7 Oct 2012 02:58:05 +0200 Subject: [PATCH] configure: Reintroduced xmmintrin.h/emmintrin.h header checks The audio resampler needs these for the SSE/SSE2 code paths Signed-off-by: Carlos Rafael Giani --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index 8ee8427..584c04c 100644 --- a/configure.ac +++ b/configure.ac @@ -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([ -- 2.7.4