configure.ac (set_have_cc_tls): Add a missing =.

2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>

	* configure.ac (set_have_cc_tls): Add a missing =.
	* configure: Regenerated.

From-SVN: r126417
This commit is contained in:
H.J. Lu 2007-07-06 14:53:06 +00:00 committed by H.J. Lu
parent 6f461e76da
commit 22867d02ee
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-07-06 H.J. Lu <hongjiu.lu@intel.com>
* configure.ac (set_have_cc_tls): Add a missing =.
* configure: Regenerated.
2007-07-06 H.J. Lu <hongjiu.lu@intel.com>
* config.host (tmake_file): Add t-tls for i[34567]86-*-linux*

2
libgcc/configure vendored
View File

@ -3429,7 +3429,7 @@ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
fi
echo "$as_me:$LINENO: result: $have_cc_tls" >&5
echo "${ECHO_T}$have_cc_tls" >&6
set_have_cc_tls
set_have_cc_tls=
if test "$enable_tls $have_cc_tls" = "yes yes"; then
set_have_cc_tls="-DHAVE_CC_TLS"
fi

View File

@ -174,7 +174,7 @@ AC_SUBST(vis_hide)
# gcc, which can't be used to build executable due to that libgcc
# is yet to be built here.
GCC_CHECK_CC_TLS
set_have_cc_tls
set_have_cc_tls=
if test "$enable_tls $have_cc_tls" = "yes yes"; then
set_have_cc_tls="-DHAVE_CC_TLS"
fi