diff options
author | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-05-08 13:22:14 +0000 |
---|---|---|
committer | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-05-08 13:22:14 +0000 |
commit | 45cde32d7dabf3879e893f572c09e98d2922fe31 (patch) | |
tree | 22ba12f095a67fffb3ac8c2418dcbdab8d070b43 /gcc/config.in | |
parent | 5c368d8ac62ed028797093330ec5afc13857ad5f (diff) | |
download | gcc-45cde32d7dabf3879e893f572c09e98d2922fe31.tar.gz |
PR bootstrap/54659
Revert:
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: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198711 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config.in b/gcc/config.in index 66e47caa3ff..f122d48579e 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -1297,12 +1297,6 @@ #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 |