From 6ef02752037c59bb649fb8926f62400a86db66de Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Wed, 24 Apr 2002 13:23:23 +0000 Subject: [PATCH] Justify help texts. --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 411e9c1eb26..ccf29034018 100755 --- a/configure +++ b/configure @@ -841,7 +841,7 @@ Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-game-dir use a shared game directory if possible - --with-game-user use specified user for game directory + --with-game-user use specified user for game directory --without-gcc don't use GCC to compile Emacs if GCC is found --without-pop don't support POP mail retrieval with movemail --with-kerberos support Kerberos-authenticated POP diff --git a/configure.in b/configure.in index 9ceb2fc2919..ec584e95756 100644 --- a/configure.in +++ b/configure.in @@ -55,7 +55,7 @@ AC_ARG_WITH(game-dir, gameuser=games AC_ARG_WITH(game-user, -[ --with-game-user use specified user for game directory], +[ --with-game-user use specified user for game directory], [gameuser="$withval"]) AC_ARG_WITH(gcc, -- 2.11.4.GIT