ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure.ac
(Generate patch)

Comparing rxvt-unicode/configure.ac (file contents):
Revision 1.22 by ayin, Sun Jan 22 17:00:42 2006 UTC vs.
Revision 1.23 by ayin, Sun Jan 22 17:05:15 2006 UTC

323 323
324AC_ARG_ENABLE(xim, 324AC_ARG_ENABLE(xim,
325 [ --enable-xim XIM (X Input Method) protocol support], 325 [ --enable-xim XIM (X Input Method) protocol support],
326 [if test x$enableval = xyes -o x$enableval = xno; then 326 [if test x$enableval = xyes -o x$enableval = xno; then
327 support_xim=$enableval 327 support_xim=$enableval
328 fi])
329
330AC_ARG_ENABLE(ttygid,
331 [ --enable-ttygid enable tty setting to group named "tty"],
332 [if test x$enableval = xyes; then
333 AC_DEFINE(TTY_GID_SUPPORT, 1, Define to change gid of ttys to group tty)
334 fi]) 328 fi])
335 329
336AC_ARG_ENABLE(backspace-key, 330AC_ARG_ENABLE(backspace-key,
337 [ --disable-backspace-key disable handling of the backspace key], 331 [ --disable-backspace-key disable handling of the backspace key],
338 [if test x$enableval = xno; then 332 [if test x$enableval = xno; then
800 AC_DEFINE(XIMCB_PROTO_BROKEN, 1, Define if your XIMCallback specifies XIC as first type.) 794 AC_DEFINE(XIMCB_PROTO_BROKEN, 1, Define if your XIMCallback specifies XIC as first type.)
801fi 795fi
802 796
803PTY_CHECK 797PTY_CHECK
804 798
799TTY_GROUP_CHECK
800
805dnl# -------------------------------------------------------------------------- 801dnl# --------------------------------------------------------------------------
806dnl# now add and remove other stuff 802dnl# now add and remove other stuff
807dnl# -------------------------------------------------------------------------- 803dnl# --------------------------------------------------------------------------
808if test x$support_xft = xyes; then 804if test x$support_xft = xyes; then
809 AC_PATH_PROG(PKG_CONFIG, pkg-config, no) 805 AC_PATH_PROG(PKG_CONFIG, pkg-config, no)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines