From c3f247f4edf681cb26b66f318673d051667a4f16 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Thu, 3 Jun 2010 06:45:02 +0000 Subject: 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 --- libcpp/config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcpp/config.in') diff --git a/libcpp/config.in b/libcpp/config.in index 4c71ec3..9969934 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 -- cgit v1.1