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

View file

@ -411,7 +411,7 @@ else
fi fi
AC_ARG_WITH([tty-gid], 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])], [Specify the numeric GID of the 'tty' group])],
[AC_DEFINE_UNQUOTED(TTY_GID, [$withval], [GID of the 'tty' group])], [AC_DEFINE_UNQUOTED(TTY_GID, [$withval], [GID of the 'tty' group])],
[]) [])