diff options
author | Ralf Wildenhues <rwild@gcc.gnu.org> | 2010-06-03 06:45:02 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2010-06-03 06:45:02 +0000 |
commit | c3f247f4edf681cb26b66f318673d051667a4f16 (patch) | |
tree | fd6998d5391b4b63be7127939dbd06d7a8807741 /libcpp/config.in | |
parent | 765a03052da3c4f874b019221be721ec8e6af799 (diff) | |
download | gcc-c3f247f4edf681cb26b66f318673d051667a4f16.tar.gz |
re PR bootstrap/42798 (--enable-build-with-cxx bootstrap fails on i686-pc-linux-gnu (Fedora12))
Fix PR bootstrap/42798.
libiberty/:
PR bootstrap/42798
* configure.ac: Check for declaration of 'basename(char *)'.
* configure: Regenerate.
libcpp/:
PR bootstrap/42798
* configure.ac: Check for declaration of 'basename(char *)'.
* configure: Regenerate.
* config.in: Regenerate.
libjava/:
* configure: Regenerate.
libjava/classpath/:
* configure: Regenerate.
fixincludes/:
PR bootstrap/42798
* configure.ac: Check for declaration of 'basename(char *)'.
* configure: Regenerate.
From-SVN: r160211
Diffstat (limited to 'libcpp/config.in')
-rw-r--r-- | libcpp/config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcpp/config.in b/libcpp/config.in index 4c71ec3cea5..996993405db 100644 --- a/libcpp/config.in +++ b/libcpp/config.in @@ -33,8 +33,8 @@ don't. */ #undef HAVE_DECL_ASPRINTF -/* Define to 1 if you have the declaration of `basename', and to 0 if you - don't. */ +/* Define to 1 if you have the declaration of `basename(char *)', and to 0 if + you don't. */ #undef HAVE_DECL_BASENAME /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if |