1 --- a/sysdeps/i386/configure.in
2 +++ b/sysdeps/i386/configure.in
4 # Local configure fragment for sysdeps/i386.
6 AC_HEADER_CHECK([cpuid.h], ,
7 - [AC_MSG_ERROR([gcc must provide the <cpuid.h> header])])
8 + [AC_MSG_ERROR([gcc must provide the <cpuid.h> header])], [])
10 AC_CACHE_CHECK(if -g produces usable source locations for assembler-with-cpp,
11 libc_cv_cpp_asm_debuginfo, [dnl
12 --- a/sysdeps/i386/configure
13 +++ b/sysdeps/i386/configure
18 -ac_fn_c_check_header_mongrel "$LINENO" "cpuid.h" "ac_cv_header_cpuid_h" "$ac_includes_default"
19 +ac_fn_c_check_header_mongrel "$LINENO" "cpuid.h" "ac_cv_header_cpuid_h" ""
20 if test "x$ac_cv_header_cpuid_h" = x""yes; then :