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.20 by pcg, Sat Mar 6 00:05:01 2004 UTC vs.
Revision 1.21 by pcg, Sun Mar 14 17:33:07 2004 UTC

1240fi 1240fi
1241if test x$support_unicode3 = xyes; then 1241if test x$support_unicode3 = xyes; then
1242 AC_DEFINE(UNICODE_3, 1, Define if you want to represent unicode characters outside plane 0) 1242 AC_DEFINE(UNICODE_3, 1, Define if you want to represent unicode characters outside plane 0)
1243fi 1243fi
1244if test x$support_combining = xyes; then 1244if test x$support_combining = xyes; then
1245 AC_DEFINE(ENCODING_COMPOSE, 1, Define if you want to automatically compose combining characters) 1245 AC_DEFINE(ENABLE_COMBINING, 1, Define if you want to automatically compose combining characters)
1246fi 1246fi
1247if test x$codesets = xall; then 1247if test x$codesets = xall; then
1248 codesets=jp,jp-ext,kr,cn,cn-ext 1248 codesets=jp,jp-ext,kr,cn,cn-ext
1249fi 1249fi
1250for codeset in `echo $codesets | tr "[a-z,\\-]" "[A-Z _]"`; do 1250for codeset in `echo $codesets | tr "[a-z,\\-]" "[A-Z _]"`; do

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines