diff options
author | R. Kelley Cook <kcook@gcc.gnu.org> | 2004-09-23 02:01:53 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2004-09-23 02:01:53 +0000 |
commit | a9db2a2994850e245c235787a89532ea1c088ffb (patch) | |
tree | 5936c6579e9ee3ce0e5d6d99cb2ff1558c255f4b /gcc | |
parent | 85f59630d86f7ac17f7fab129d0a758c684f6557 (diff) | |
download | gcc-a9db2a2994850e245c235787a89532ea1c088ffb.zip gcc-a9db2a2994850e245c235787a89532ea1c088ffb.tar.gz gcc-a9db2a2994850e245c235787a89532ea1c088ffb.tar.bz2 |
* Correct type in last changeLog entry iconv.m4 -> iconv.h
From-SVN: r87915
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ffbdcfb..cbd35fe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -21,7 +21,7 @@ * aclocal.m4: Add in gettext's m4 includes. (AC_ICONV, AC_LCMESSAGES, GCC_PATH_PROG): Remove. - * configure.ac: Add in check for iconv.m4 + * configure.ac: Add in check for iconv.h * configure: Regenerate. 2004-09-22 Kelley Cook <kcook@gcc.gnu.org> |