diff mbox

Fix PR45914

Message ID alpine.LNX.2.00.1010071151010.8982@zhemvz.fhfr.qr
State New
Headers show

Commit Message

Richard Biener Oct. 7, 2010, 9:51 a.m. UTC
Committed as obvious.

Richard.


2010-10-07  Richard Guenther  <rguenther@suse.de>

	PR bootstrap/45914
	* configure.ac: Fix typo.
	* configure: Regenerated.
diff mbox

Patch

Index: configure.ac
===================================================================
--- configure.ac	(revision 165086)
+++ configure.ac	(working copy)
@@ -3015,7 +3015,7 @@  case "$target" in
 	  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
Index: configure
===================================================================
--- configure	(revision 165086)
+++ configure	(working copy)
@@ -22520,7 +22520,7 @@  $as_echo_n "checking linker and ld.so.1
 	  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