[systemd-commits] configure.ac

Michael Biebl mbiebl at kemper.freedesktop.org
Mon Jan 3 20:27:43 PST 2011


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a05ea46dc788929bc8b13afb4208ca29cad68572
Author: Michael Biebl <biebl at debian.org>
Date:   Tue Jan 4 02:26:30 2011 +0100

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

diff --git a/configure.ac b/configure.ac
index 396a414..3127579 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])],
         [])



More information about the systemd-commits mailing list