mirror of
https://salsa.debian.org/xorg-team/lib/pixman
synced 2026-08-10 07:35:33 +00:00
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:
parent
ee6bac11c2
commit
8a8aabf05c
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user