<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED --- - x11-drivers/xf86-video-intel-2.21.4 and transparency"
href="https://bugs.freedesktop.org/show_bug.cgi?id=62198#c18">Comment # 18</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED --- - x11-drivers/xf86-video-intel-2.21.4 and transparency"
href="https://bugs.freedesktop.org/show_bug.cgi?id=62198">bug 62198</a>
from <span class="vcard"><a class="email" href="mailto:drJeckyll@Jeckyll.net" title="Ognian Tenchev <drJeckyll@Jeckyll.net>"> <span class="fn">Ognian Tenchev</span></a>
</span></b>
<pre>#include "sna.h"
#if defined(__GNUC__) && (__GNUC__ >= 4) /* 4.4 */
#include <cpuid.h>
that is for me (rev 7bb06b02e67435354778fe87a3e0429fe3750c23) - to change
#if defined(__GNUC__) && (__GNUC__ >= 4) /* 4.4 */
to:
#if HAS_GCC(4, 4) && 0
?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>