*** empty log message ***
authorayin <ayin>
Sun, 22 Jan 2006 17:05:15 +0000 (17:05 +0000)
committerayin <ayin>
Sun, 22 Jan 2006 17:05:15 +0000 (17:05 +0000)
README.configure
configure.ac

index 64c537361a9ffa10d04d527cd3e47705a86c3e23..75f51a0dd583b2bad064cc17d24b33b48f41423e 100644 (file)
@@ -135,10 +135,6 @@ CONFIGURE OPTIONS
         the favourite of the rxvt-unicode author, having used it for many
         years.
 
-    --enable-ttygid (default: off)
-        Change tty device setting to group "tty" - only use this if your
-        system uses this type of security.
-
     --disable-backspace-key
         Removes any handling of the backspace key by us - let the X server
         do it.
index 801d5aa7fe46f3753c0b85b4fb54f3cac4cdf890..bfce445cc031ab727e86b5b140b42c62d4796d34 100644 (file)
@@ -327,12 +327,6 @@ AC_ARG_ENABLE(xim,
     support_xim=$enableval
   fi])
 
-AC_ARG_ENABLE(ttygid,
-  [  --enable-ttygid         enable tty setting to group named "tty"],
-  [if test x$enableval = xyes; then
-    AC_DEFINE(TTY_GID_SUPPORT, 1, Define to change gid of ttys to group tty)
-  fi])
-
 AC_ARG_ENABLE(backspace-key,
   [  --disable-backspace-key disable handling of the backspace key],
   [if test x$enableval = xno; then
@@ -802,6 +796,8 @@ fi
 
 PTY_CHECK
 
+TTY_GROUP_CHECK
+
 dnl# --------------------------------------------------------------------------
 dnl# now add and remove other stuff
 dnl# --------------------------------------------------------------------------