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.39 by root, Sun Sep 5 09:32:59 2004 UTC vs.
Revision 1.40 by root, Mon Nov 8 22:20:25 2004 UTC

245 [if test x$enableval = xyes; then 245 [if test x$enableval = xyes; then
246 AC_DEFINE(HALFSHADOW, 1, Define if you want the depth of scrollbars and menus to be less) 246 AC_DEFINE(HALFSHADOW, 1, Define if you want the depth of scrollbars and menus to be less)
247 fi]) 247 fi])
248 248
249AC_ARG_WITH(codesets, 249AC_ARG_WITH(codesets,
250 [ --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,all)], 250 [ --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)],
251 [codesets="$withval"]) 251 [codesets="$withval"])
252 252
253AC_ARG_ENABLE(xim, 253AC_ARG_ENABLE(xim,
254 [ --enable-xim XIM (X Input Method) protocol support], 254 [ --enable-xim XIM (X Input Method) protocol support],
255 [if test x$enableval = xyes -o x$enableval = xno; then 255 [if test x$enableval = xyes -o x$enableval = xno; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines