X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=configure.ac;h=396a414ac79fe82844cb36f2063972c25dadc10f;hp=4f77aa8f1904642a02438d71f18cd1243bdb0955;hb=1d3399e6ef6f7384dfa9b775b442beb40c957f98;hpb=f5c88ec1330b61787441156de7d764a140774bd2 diff --git a/configure.ac b/configure.ac index 4f77aa8f1..396a414ac 100644 --- a/configure.ac +++ b/configure.ac @@ -410,6 +410,12 @@ else SYSTEM_SYSV_COMPAT="no" fi +AC_ARG_WITH([tty-gid], + [AS_HELP_STRING([--tty-gid=GID], + [Specify the numeric GID of the 'tty' group])], + [AC_DEFINE_UNQUOTED(TTY_GID, [$withval], [GID of the 'tty' group])], + []) + AM_CONDITIONAL(TARGET_FEDORA, test x"$with_distro" = xfedora) AM_CONDITIONAL(TARGET_SUSE, test x"$with_distro" = xsuse) AM_CONDITIONAL(TARGET_DEBIAN, test x"$with_distro" = xdebian)