From af6a1e37554a1245d468ffe44d2c981998a4e0eb Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 7 Mar 2012 20:51:54 +0000 Subject: Fix sysdeps/i386/configure.in cpuid.h test for bootstrapping. --- sysdeps/i386/configure.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sysdeps/i386/configure.in') diff --git a/sysdeps/i386/configure.in b/sysdeps/i386/configure.in index 59a4cd6ea1..f769019acf 100644 --- a/sysdeps/i386/configure.in +++ b/sysdeps/i386/configure.in @@ -1,8 +1,9 @@ GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. # Local configure fragment for sysdeps/i386. -AC_HEADER_CHECK([cpuid.h], , - [AC_MSG_ERROR([gcc must provide the header])]) +AC_CHECK_HEADER([cpuid.h], , + [AC_MSG_ERROR([gcc must provide the header])], + [/* No default includes. */]) AC_CACHE_CHECK(if -g produces usable source locations for assembler-with-cpp, libc_cv_cpp_asm_debuginfo, [dnl -- cgit v1.2.3-70-g09d2