diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 4 | ||||
-rw-r--r-- | config/acx.m4 | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 88b688c..2157d55 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2006-12-29 Paolo Bonzini <bonzini@gnu.org> + + * acx.m4: Sync with gcc. + 2006-12-04 Eric Botcazou <ebotcazou@libertysurf.fr> * tls.m4 (GCC_CHECK_TLS): Do not test TLS with static linking diff --git a/config/acx.m4 b/config/acx.m4 index 76456fb..826f6ba 100644 --- a/config/acx.m4 +++ b/config/acx.m4 @@ -488,4 +488,5 @@ else # We need a cross tool AC_MSG_RESULT(pre-installed) fi -fi]) +fi +AC_SUBST($2)]) |