Skip to content
Snippets Groups Projects
Commit 8a8aabf0 authored by Jeremy Huddleston Sequoia's avatar Jeremy Huddleston Sequoia
Browse files

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


Regression from: a069da6c

Signed-off-by: default avatarJeremy Huddleston <jeremyhu@apple.com>
Tested-by: default avatarMatt Turner <mattst88@gmail.com>
parent ee6bac11
No related branches found
No related tags found
No related merge requests found
...@@ -807,7 +807,7 @@ int $kw test;], [], ac_cv_tls=$kw) ...@@ -807,7 +807,7 @@ int $kw test;], [], ac_cv_tls=$kw)
AC_MSG_RESULT($ac_cv_tls) AC_MSG_RESULT($ac_cv_tls)
if test "$ac_cv_tls" != "none"; then 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 fi
dnl dnl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment