From: ayin Date: Sun, 22 Jan 2006 17:05:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=8ed70f40a5e4ed8024e70d0b551ba87c666328d3;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/README.configure b/README.configure index 64c53736..75f51a0d 100644 --- a/README.configure +++ b/README.configure @@ -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. diff --git a/configure.ac b/configure.ac index 801d5aa7..bfce445c 100644 --- a/configure.ac +++ b/configure.ac @@ -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# --------------------------------------------------------------------------