From a05ea46dc788929bc8b13afb4208ca29cad68572 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 4 Jan 2011 02:26:30 +0100 Subject: [PATCH 1/1] fix help message for --with-tty-gid configure option --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 396a414ac..3127579d3 100644 --- a/configure.ac +++ b/configure.ac @@ -411,7 +411,7 @@ else fi AC_ARG_WITH([tty-gid], - [AS_HELP_STRING([--tty-gid=GID], + [AS_HELP_STRING([--with-tty-gid=GID], [Specify the numeric GID of the 'tty' group])], [AC_DEFINE_UNQUOTED(TTY_GID, [$withval], [GID of the 'tty' group])], []) -- 2.30.2