diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-08-29 20:31:38 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-08-29 20:31:38 -0700 |
commit | bc964ff1e3f3d8ab590eab40d767c6241e9480d4 (patch) | |
tree | dfc06a819d60d3d7c3100fa6a954945b8624798e /configure.ac | |
parent | aaf0f71db197526b6b866cc1b39fbdfe051879ef (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.ac | 2 |
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. |