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.73 by ayin, Mon Jan 16 15:06:26 2006 UTC vs.
Revision 1.74 by root, Mon Jan 16 15:12:48 2006 UTC

299 [ --enable-plain-scroll enable plain style scrollbar], 299 [ --enable-plain-scroll enable plain style scrollbar],
300 [if test x$enableval = xyes -o x$enableval = xno; then 300 [if test x$enableval = xyes -o x$enableval = xno; then
301 support_scroll_plain=$enableval 301 support_scroll_plain=$enableval
302 fi]) 302 fi])
303 303
304AC_ARG_ENABLE(half-shadow, 304dnl AC_ARG_ENABLE(half-shadow,
305 [ --enable-half-shadow use half width/height shadow on rxvt scrollbar], 305dnl [ --enable-half-shadow use half width/height shadow on rxvt scrollbar],
306 [if test x$enableval = xyes; then 306dnl [if test x$enableval = xyes; then
307 AC_DEFINE(HALFSHADOW, 1, Define if you want the depth of scrollbars and menus to be less) 307dnl AC_DEFINE(HALFSHADOW, 1, Define if you want the depth of scrollbars and menus to be less)
308 fi]) 308dnl fi])
309 309
310AC_ARG_WITH(codesets, 310AC_ARG_WITH(codesets,
311 [ --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)], 311 [ --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)],
312 [codesets="$withval"]) 312 [codesets="$withval"])
313 313

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines