summaryrefslogtreecommitdiff
path: root/libcpp/config.in
diff options
context:
space:
mode:
authorrwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4>2010-06-03 06:45:02 +0000
committerrwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4>2010-06-03 06:45:02 +0000
commit050318d9e2c2b0c94959a97a0be729e16ea1f780 (patch)
treefd6998d5391b4b63be7127939dbd06d7a8807741 /libcpp/config.in
parentdd163332d665888fc4250331c37080fee2270538 (diff)
downloadgcc-050318d9e2c2b0c94959a97a0be729e16ea1f780.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160211 138bc75d-0d04-0410-961f-82ee72b054a4
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