summaryrefslogtreecommitdiff
path: root/libc/sysdeps/i386/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/i386/configure.in')
-rw-r--r--libc/sysdeps/i386/configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/libc/sysdeps/i386/configure.in b/libc/sysdeps/i386/configure.in
index 59a4cd6ea..f769019ac 100644
--- a/libc/sysdeps/i386/configure.in
+++ b/libc/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 <cpuid.h> header])])
+AC_CHECK_HEADER([cpuid.h], ,
+ [AC_MSG_ERROR([gcc must provide the <cpuid.h> header])],
+ [/* No default includes. */])
AC_CACHE_CHECK(if -g produces usable source locations for assembler-with-cpp,
libc_cv_cpp_asm_debuginfo, [dnl