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.13 by pcg, Tue Feb 24 16:25:43 2004 UTC vs.
Revision 1.14 by pcg, Wed Feb 25 12:03:47 2004 UTC

349 [if test x$enableval = xyes -o x$enableval = xno; then 349 [if test x$enableval = xyes -o x$enableval = xno; then
350 support_pointer_blank=$enableval 350 support_pointer_blank=$enableval
351 fi]) 351 fi])
352 352
353AC_ARG_WITH(term, 353AC_ARG_WITH(term,
354 [ --with-term=NAME set the terminal to NAME (default \"xterm\")], 354 [ --with-term=NAME set the terminal to NAME (default \"rxvt\")],
355 [if test x$withval != x; then 355 [if test x$withval != x; then
356 AC_DEFINE_UNQUOTED(TERMENV, "$withval",Set TERM to the value given by configure) term="$withval" 356 AC_DEFINE_UNQUOTED(TERMENV, "$withval",Set TERM to the value given by configure) term="$withval"
357 fi]) 357 fi])
358 358
359AC_ARG_WITH(terminfo, 359AC_ARG_WITH(terminfo,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines