aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
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
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')
-rwxr-xr-xgcc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure
index e12a1803140..feb9a5e7fd4 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -8290,7 +8290,7 @@ fi
for ac_header in 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
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_preproc "$LINENO" "$ac_header" "$as_ac_Header"