configure.ac: Fix a copy-paste-o in TLS detection

Regression from: a069da6c66

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Tested-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Jeremy Huddleston 2012-03-16 11:37:23 -07:00
parent ee6bac11c2
commit 8a8aabf05c

View File

@ -807,7 +807,7 @@ int $kw test;], [], ac_cv_tls=$kw)
AC_MSG_RESULT($ac_cv_tls)
if test "$ac_cv_tls" != "none"; then
AC_DEFINE_UNQUOTED([TLS], $pixman_tls, [The compiler supported TLS storage class])
AC_DEFINE_UNQUOTED([TLS], $ac_cv_tls, [The compiler supported TLS storage class])
fi
dnl