diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-25 14:16:19 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-25 14:16:19 -0700 |
commit | 918b56067a444572f1c71b02f18255ae4540b043 (patch) | |
tree | fa5150d1527923ccb57555cd0f3dce36df3f916e /configure.in | |
parent | 7b44a2df27f8389ded73e013a54f96640338dec6 (diff) | |
download | glibc-918b56067a444572f1c71b02f18255ae4540b043.tar glibc-918b56067a444572f1c71b02f18255ae4540b043.tar.gz glibc-918b56067a444572f1c71b02f18255ae4540b043.tar.bz2 glibc-918b56067a444572f1c71b02f18255ae4540b043.zip |
Don't use header files in glibc configure
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 5 insertions, 0 deletions
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() |