aboutsummaryrefslogtreecommitdiff
path: root/pixman/configure.ac
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-11-02 07:38:20 +0000
committermarha <marha@users.sourceforge.net>2010-11-02 07:38:20 +0000
commit0ddcd6d68e2ca2f19bbc2fd5ef9b9981d2f2fe69 (patch)
tree452e5f8d321b2333425953c5e6faacaff90f12cd /pixman/configure.ac
parent0b12d0ee7eee12858ea04ab852836b1137338593 (diff)
parent135e2e73bbe7155901a651c38b772e7b4547f39c (diff)
downloadvcxsrv-0ddcd6d68e2ca2f19bbc2fd5ef9b9981d2f2fe69.tar.gz
vcxsrv-0ddcd6d68e2ca2f19bbc2fd5ef9b9981d2f2fe69.tar.bz2
vcxsrv-0ddcd6d68e2ca2f19bbc2fd5ef9b9981d2f2fe69.zip
svn merge ^/branches/released .
Diffstat (limited to 'pixman/configure.ac')
-rw-r--r--pixman/configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/pixman/configure.ac b/pixman/configure.ac
index 2c32f00d8..ad975f494 100644
--- a/pixman/configure.ac
+++ b/pixman/configure.ac
@@ -652,10 +652,9 @@ support_for__thread=no
AC_MSG_CHECKING(for __thread)
AC_LINK_IFELSE([
-#ifdef defined __MINGW32__ && !(__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5))
+#if defined(__MINGW32__) && !(__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5))
#error This MinGW version has broken __thread support
#endif
-#endif
#ifdef __OpenBSD__
#error OpenBSD has broken __thread support
#endif