From e7d5b5b9c426b3b2f64c49d8a0eac9ab9d3b0c57 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 17 Jul 2009 16:08:36 +0100 Subject: re PR other/40784 (Revision 149725 caused autoconf warning in libstdc++) PR other/40784 config: * tls.m4 (GCC_CHECK_TLS): Add extra quoting around argument to AC_LINK_IFELSE. libjava: * configure: Regenerate. libstdc++-v3: * configure: Regenerate. From-SVN: r149748 --- libjava/ChangeLog | 5 +++++ libjava/configure | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'libjava') diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 22feaed..d838e26 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2009-07-17 Joseph Myers + + PR other/40784 + * configure: Regenerate. + 2009-07-16 Joseph Myers * configure: Regenerate. diff --git a/libjava/configure b/libjava/configure index 82911d1..9206e91 100755 --- a/libjava/configure +++ b/libjava/configure @@ -27702,8 +27702,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then if test x$gcc_no_link = xyes; then - { { echo "$as_me:$LINENO: error: Link tests are not allowed after ." >&5 -echo "$as_me: error: Link tests are not allowed after ." >&2;} + { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5 +echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;} { (exit 1); exit 1; }; } fi cat >conftest.$ac_ext <<_ACEOF -- cgit v1.1