aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@google.com>2012-08-17 15:37:57 +0000
committerDiego Novillo <dnovillo@google.com>2012-08-17 15:37:57 +0000
commit848668ef068bfd5800fa7c2608d7a4b4691a95e1 (patch)
tree76d219330f05a882e13d22071c9acfedb91f7040 /gcc/config.in
parent4c91bea839304955561086f76461e836057602e4 (diff)
2012-08-17 Diego Novillo <dnovillo@google.com>
PR bootstrap/54281 * configure.ac: Add libintl.h to AC_CHECK_HEADERS list. * config.in: Regenerate. * configure: Regenerate. * intl.h: Always include libintl.h if HAVE_LIBINTL_H is set. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@190487 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 6d986bec56a..a9417dfd80b 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -1260,6 +1260,12 @@
#endif
+/* Define to 1 if you have the <libintl.h> header file. */
+#ifndef USED_FOR_TARGET
+#undef HAVE_LIBINTL_H
+#endif
+
+
/* Define to 1 if you have the <limits.h> header file. */
#ifndef USED_FOR_TARGET
#undef HAVE_LIMITS_H