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

Comparing rxvt-unicode/configure.ac (file contents):
Revision 1.33 by root, Sat Jan 28 21:27:17 2006 UTC vs.
Revision 1.34 by root, Tue Jan 31 20:09:06 2006 UTC

274 [ --enable-plain-scroll enable plain style scrollbar], 274 [ --enable-plain-scroll enable plain style scrollbar],
275 [if test x$enableval = xyes -o x$enableval = xno; then 275 [if test x$enableval = xyes -o x$enableval = xno; then
276 support_scroll_plain=$enableval 276 support_scroll_plain=$enableval
277 fi]) 277 fi])
278 278
279dnl AC_ARG_ENABLE(half-shadow,
280dnl [ --enable-half-shadow use half width/height shadow on rxvt scrollbar],
281dnl [if test x$enableval = xyes; then
282dnl AC_DEFINE(HALFSHADOW, 1, Define if you want the depth of scrollbars and menus to be less)
283dnl fi])
284
285AC_ARG_WITH(codesets, 279AC_ARG_WITH(codesets,
286 [ --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)], 280 [ --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)],
287 [codesets="$withval"]) 281 [codesets="$withval"])
288 282
289AC_ARG_ENABLE(xim, 283AC_ARG_ENABLE(xim,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines