From 918b56067a444572f1c71b02f18255ae4540b043 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 25 May 2012 14:16:19 -0700 Subject: Don't use header files in glibc configure --- configure.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 1ae9ca48fb..6fac0855e3 100644 --- a/configure.in +++ b/configure.in @@ -5,6 +5,11 @@ AC_CONFIG_SRCDIR([include/features.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([scripts]) +# Glibc should not depend on any header files +AC_DEFUN([_AC_INCLUDES_DEFAULT_REQUIREMENTS], + [m4_divert_text([DEFAULTS], + [ac_includes_default='/* none */'])]) + dnl This is here so we can set $subdirs directly based on configure fragments. AC_CONFIG_SUBDIRS() -- cgit 1.4.1