* configure.ac (set_have_cc_tls): Add a missing =.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126417
138bc75d-0d04-0410-961f-
82ee72b054a4
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*
and x86_64-*-linux*.
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
# 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