diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-07 09:51:52 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-07 09:51:52 +0000 |
commit | 432e79bf992fdfc7f6870c940e6b89b848034845 (patch) | |
tree | 73007a77f0a85efc15182080a42291e8dd43c385 /gcc/configure | |
parent | 83711adbaf4cd6ff172b88cec393a9c5ae2df79a (diff) | |
download | gcc-432e79bf992fdfc7f6870c940e6b89b848034845.tar.gz |
2010-10-07 Richard Guenther <rguenther@suse.de>
PR bootstrap/45914
* configure.ac: Fix typo.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165087 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index e2c0a138bc0..3b20cc9d133 100755 --- a/gcc/configure +++ b/gcc/configure @@ -22520,7 +22520,7 @@ $as_echo_n "checking linker and ld.so.1 TLS support... " >&6; } min_tls_ld_vers_minor=343 ;; esac - if test "$ls_vers_major" -gt 1 || \ + if test "$ld_vers_major" -gt 1 || \ test "$ld_vers_minor" -ge "$min_tls_ld_vers_minor"; then ld_tls_support=yes else |