diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-03 15:06:23 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-03 15:12:07 -0700 |
commit | 817c2d6fe0bea3910d335a0f0ae6d69e358dd9da (patch) | |
tree | c9bfb6e31f85fea68c747d74410efb15293bf67f /configure.ac | |
parent | 3a59c294d30f5c68dc1411a1a7a274948e08d528 (diff) |
Purge ancient server names from help, add newer server names instead
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 29b6961..485bd69 100644 --- a/configure.ac +++ b/configure.ac @@ -190,9 +190,5 @@ AC_SUBST(XSERVER) AC_SUBST(XAUTH) AC_SUBST(XINIT) -# Defines which X servers are listed in help output in xinit.c -# Cheat, lie, and assume all the world is Xorg for now -AC_DEFINE(XORG, 1, [Define if you have Xorg X server]) - AC_OUTPUT([Makefile]) AC_OUTPUT([privileged_startx/Makefile]) |