fix for bug 165969 - check for MMX headers on windows, too

r=cls


git-svn-id: svn://10.0.0.236/trunk@128747 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
2002-09-03 22:32:19 +00:00
parent 6724bec546
commit 6798feb819

View File

@@ -162,6 +162,7 @@ if test -n "$_WIN32_MSVC"; then
SKIP_PATH_CHECKS=1
SKIP_COMPILER_CHECKS=1
SKIP_LIBRARY_CHECKS=1
AC_CHECK_HEADERS(mmintrin.h)
fi
if test -z "$SKIP_COMPILER_CHECKS"; then