aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure.ac
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@google.com>2013-05-08 11:36:36 +0000
committerDiego Novillo <dnovillo@google.com>2013-05-08 11:36:36 +0000
commit93a9fc7fa12de60c115e047545b80bd3edc65c39 (patch)
treea9b22db4086f0a7141d2c395638a5bf1a0950da6 /gcc/configure.ac
parentde2322cdfd10a156a30db6633f8e3c8fd913e4a4 (diff)
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: https://gcc.gnu.org/svn/gcc/branches/gcc-4_8-branch@198708 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r--gcc/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac
index eba35774648..35a42d1b54e 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -942,7 +942,7 @@ AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS(limits.h stddef.h string.h strings.h stdlib.h time.h iconv.h \
fcntl.h unistd.h sys/file.h sys/time.h sys/mman.h \
sys/resource.h sys/param.h sys/times.h sys/stat.h \
- direct.h malloc.h langinfo.h ldfcn.h locale.h wchar.h libintl.h)
+ direct.h malloc.h langinfo.h ldfcn.h locale.h wchar.h)
# Check for thread headers.
AC_CHECK_HEADER(thread.h, [have_thread_h=yes], [have_thread_h=])