fix help message for --with-tty-gid configure option

This commit is contained in:
Michael Biebl 2011-01-04 02:26:30 +01:00
parent 1d3399e6ef
commit a05ea46dc7
1 changed files with 1 additions and 1 deletions

View File

@ -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])],
[])