public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Sergiy Vyshnevetskiy <serg@vostok.net>
To: gcc-patches@gcc.gnu.org
Cc: gerald@pfeifer.com, tromey@gcc.gnu.org
Subject: [PATCH][BUGFIX][gcj 4.1,4.2][PR 31932] gcj: Remove useless HAVE_ICONV_H  [2/2]
Date: Fri, 18 May 2007 13:29:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.64.0705181623250.2122@uanet.vostok.net> (raw)
In-Reply-To: <Pine.LNX.4.64.0705181549010.2122@uanet.vostok.net>

[-- Attachment #1: Type: TEXT/PLAIN, Size: 266 bytes --]

After applying previous part HAVE_ICONV_H is no longer used in gcc/*. We 
can safely remove the check from gcc/configure.ac

2007-05-18  Sergiy Vyshnevetskiy  <serg@vostok.net>

 	* configure.ac: Remove useless check for iconv.h existence.
 	* configure: Regenerate

[-- Attachment #2: Type: TEXT/PLAIN, Size: 508 bytes --]

--- gcc/configure.ac.orig	Tue Nov 14 00:09:55 2006
+++ gcc/configure.ac	Sat May 12 21:11:38 2007
@@ -910,7 +910,7 @@
 AC_HEADER_TIME
 ACX_HEADER_STRING
 AC_HEADER_SYS_WAIT
-AC_CHECK_HEADERS(limits.h stddef.h string.h strings.h stdlib.h time.h iconv.h \
+AC_CHECK_HEADERS(limits.h stddef.h string.h strings.h stdlib.h time.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)

  reply	other threads:[~2007-05-18 13:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-18 13:23 [PATCH][BUGFIX][gcj 4.1,4.2][PR 31932] gcj: Remove useless HAVE_ICONV_H [1/2] Sergiy Vyshnevetskiy
2007-05-18 13:29 ` Sergiy Vyshnevetskiy [this message]
2007-05-18 19:04   ` [PATCH][BUGFIX][PR 31932] cpp: Remove useless HAVE_ICONV_H [2/2] Sergiy Vyshnevetskiy
2007-05-18 19:02 ` [PATCH][BUGFIX][PR 31932] cpp: Remove useless HAVE_ICONV_H [1/2] Sergiy Vyshnevetskiy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.64.0705181623250.2122@uanet.vostok.net \
    --to=serg@vostok.net \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=gerald@pfeifer.com \
    --cc=tromey@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).