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

Comparing rxvt-unicode/autoconf/configure.in (file contents):
Revision 1.33 by root, Sun Aug 15 04:42:46 2004 UTC vs.
Revision 1.34 by root, Tue Aug 17 08:47:56 2004 UTC

398 398
399AC_ARG_ENABLE(smart-resize, 399AC_ARG_ENABLE(smart-resize,
400 [ --enable-smart-resize enable smart growth/shrink behaviour], 400 [ --enable-smart-resize enable smart growth/shrink behaviour],
401 [if test x$enableval = xyes; then 401 [if test x$enableval = xyes; then
402 AC_DEFINE(SMART_RESIZE, 1, Define to use "smart" resize behavior) 402 AC_DEFINE(SMART_RESIZE, 1, Define to use "smart" resize behavior)
403 fi])
404
405AC_ARG_ENABLE(256-color,
406 [ --enable-256-color enable 256-color support],
407 [if test x$enableval = xyes; then
408 AC_DEFINE(TTY_256COLOR, 1, Define if you want 256 colour support)
409 fi]) 403 fi])
410 404
411AC_ARG_ENABLE(cursor-blink, 405AC_ARG_ENABLE(cursor-blink,
412 [ --enable-cursor-blink enable blinking cursor], 406 [ --enable-cursor-blink enable blinking cursor],
413 [if test x$enableval = xyes -o x$enableval = xno; then 407 [if test x$enableval = xyes -o x$enableval = xno; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines