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.12 by pcg, Sun Feb 22 08:09:36 2004 UTC vs.
Revision 1.14 by pcg, Wed Feb 25 12:03:47 2004 UTC

105 support_xft=yes 105 support_xft=yes
106 support_unicode3=yes 106 support_unicode3=yes
107 codesets=all 107 codesets=all
108 fi]) 108 fi])
109 109
110echo
111if test x$support_menubar = xyes; then
112 support_menubar=no
113 echo "******* menubar support disabled, does not work"
114fi
115echo
116
117AC_ARG_ENABLE(unicode3, 110AC_ARG_ENABLE(unicode3,
118 [ --enable-unicode3 use 21 instead of 16 bits to represent unicode characters], 111 [ --enable-unicode3 use 21 instead of 16 bits to represent unicode characters],
119 [if test x$enableval = xyes; then 112 [if test x$enableval = xyes; then
120 support_unicode3=yes 113 support_unicode3=yes
121 fi]) 114 fi])
356 [if test x$enableval = xyes -o x$enableval = xno; then 349 [if test x$enableval = xyes -o x$enableval = xno; then
357 support_pointer_blank=$enableval 350 support_pointer_blank=$enableval
358 fi]) 351 fi])
359 352
360AC_ARG_WITH(term, 353AC_ARG_WITH(term,
361 [ --with-term=NAME set the terminal to NAME (default \"xterm\")], 354 [ --with-term=NAME set the terminal to NAME (default \"rxvt\")],
362 [if test x$withval != x; then 355 [if test x$withval != x; then
363 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"
364 fi]) 357 fi])
365 358
366AC_ARG_WITH(terminfo, 359AC_ARG_WITH(terminfo,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines