diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-08-06 10:23:31 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-08-06 13:37:21 -0700 |
commit | e72b1d21e44712e90595b1c31e67db6786d0d1bd (patch) | |
tree | 2e22a9777f4c670b993c1224e7b8ed73874000f7 /configure.ac | |
parent | d1b96cdea96f5321e0d254abde81cdaab2eca979 (diff) |
XQuartz: Now properly disable xauth checking on launchd socket and mostly fix the xinitrc / launchd race condition
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 8ad331d65..570a6885c 100644 --- a/configure.ac +++ b/configure.ac @@ -1545,7 +1545,7 @@ if test "x$XQUARTZ" = xyes; then AC_CHECK_LIB([Xplugin],[xp_init],[:]) - CFLAGS="${CFLAGS} -DROOTLESS_WORKAROUND -DNO_ALLOCA -DXQUARTZ_EXPORTS_LAUNCHD_FD" + CFLAGS="${CFLAGS} -DROOTLESS_WORKAROUND -DNO_ALLOCA" fi # Support for objc in autotools is minimal and not documented. |