summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2008-08-29 20:31:38 -0700
committerJeremy Huddleston <jeremyhu@freedesktop.org>2008-08-29 20:31:38 -0700
commitbc964ff1e3f3d8ab590eab40d767c6241e9480d4 (patch)
treedfc06a819d60d3d7c3100fa6a954945b8624798e /configure.ac
parentaaf0f71db197526b6b866cc1b39fbdfe051879ef (diff)
XQuartz: Stab at fixing the alpha 0/1 bug (screenshots, etc) by pulling in some old code that got gutted from rootless.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 213a8565e..067ceee21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1764,7 +1764,7 @@ if test "x$XQUARTZ" = xyes; then
AC_CHECK_LIB([Xplugin],[xp_init],[:])
- CFLAGS="${CFLAGS} -DROOTLESS_WORKAROUND -DNO_ALLOCA"
+ CFLAGS="${CFLAGS} -DROOTLESS_WORKAROUND -DROOTLESS_SAFEALPHA -DNO_ALLOCA"
fi
# Support for objc in autotools is minimal and not documented.