summaryrefslogtreecommitdiff
path: root/libcpp/config.in
diff options
context:
space:
mode:
authorRalf Wildenhues <rwild@gcc.gnu.org>2010-06-03 06:45:02 +0000
committerRalf Wildenhues <rwild@gcc.gnu.org>2010-06-03 06:45:02 +0000
commitc3f247f4edf681cb26b66f318673d051667a4f16 (patch)
treefd6998d5391b4b63be7127939dbd06d7a8807741 /libcpp/config.in
parent765a03052da3c4f874b019221be721ec8e6af799 (diff)
downloadgcc-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.in4
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