Mercurial > emacs
changeset 46660:5bf90f1bc620
Don't print anything special about gamedir.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 24 Jul 2002 16:00:32 +0000 |
parents | e86dc5373cac |
children | 6ddf3f50e422 |
files | configure.in |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Wed Jul 24 11:05:01 2002 +0000 +++ b/configure.in Wed Jul 24 16:00:32 2002 +0000 @@ -41,9 +41,6 @@ gamedir='${localstatedir}/games/emacs' gameuser=games -AC_ARG_WITH(game-user, -[ --with-game-user use specified user for game directory], - [gameuser="$withval"]) AC_ARG_WITH(gcc, [ --without-gcc don't use GCC to compile Emacs if GCC is found]) @@ -2611,7 +2608,6 @@ Should Emacs use mmap(2) for buffer allocation? $use_mmap_for_buffers What window system should Emacs use? ${window_system} What toolkit should Emacs use? ${USE_X_TOOLKIT} - Should Emacs use a shared game state directory? ${gamedir}" if test -n "${x_includes}"; then echo " Where do we find X Windows header files? ${x_includes}"