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.28 by ayin, Mon Jan 23 10:41:16 2006 UTC vs.
Revision 1.29 by root, Wed Jan 25 21:03:03 2006 UTC

147 [ --enable-everything enable standard non-multichoice features 147 [ --enable-everything enable standard non-multichoice features
148 NOTE: this option is order dependent 148 NOTE: this option is order dependent
149 NOTE: automatically enabled with --enable-shared], 149 NOTE: automatically enabled with --enable-shared],
150 [ 150 [
151 if test x$enableval = xno; then 151 if test x$enableval = xno; then
152 support_24bit=no
153 support_frills=no 152 support_frills=no
154 support_inheritpixmap=no 153 support_inheritpixmap=no
155 support_tinting=no 154 support_tinting=no
156 support_fading=no 155 support_fading=no
157 support_keepscrolling=no 156 support_keepscrolling=no
177 support_styles=no 176 support_styles=no
178 support_perl=no 177 support_perl=no
179 codesets= 178 codesets=
180 fi 179 fi
181 if test x$enableval = xyes; then 180 if test x$enableval = xyes; then
182 support_24bit=yes
183 support_frills=yes 181 support_frills=yes
184 support_inheritpixmap=yes 182 support_inheritpixmap=yes
185 support_tinting=yes 183 support_tinting=yes
186 support_fading=yes 184 support_fading=yes
187 support_keepscrolling=yes 185 support_keepscrolling=yes
376 374
377AC_ARG_ENABLE(frills, 375AC_ARG_ENABLE(frills,
378 [ --enable-frills enable support for rarely used features], 376 [ --enable-frills enable support for rarely used features],
379 [if test x$enableval = xyes -o x$enableval = xno; then 377 [if test x$enableval = xyes -o x$enableval = xno; then
380 support_frills=$enableval 378 support_frills=$enableval
381 fi])
382
383AC_ARG_ENABLE(24bit,
384 [ --enable-24bit enable support for using 24bit visuals if available],
385 [if test x$enableval = xyes -o x$enableval = xno; then
386 support_24bit=$enableval
387 fi]) 379 fi])
388 380
389AC_ARG_ENABLE(keepscrolling, 381AC_ARG_ENABLE(keepscrolling,
390 [ --enable-keepscrolling enable continual scrolling on scrollbar arrow press], 382 [ --enable-keepscrolling enable continual scrolling on scrollbar arrow press],
391 [if test x$enableval = xyes -o x$enableval = xno; then 383 [if test x$enableval = xyes -o x$enableval = xno; then
803 AC_DEFINE(SELECTION_SCROLLING, 1, Define to allow scrolling when the selection moves to the top or bottom of the screen) 795 AC_DEFINE(SELECTION_SCROLLING, 1, Define to allow scrolling when the selection moves to the top or bottom of the screen)
804fi 796fi
805if test x$support_frills = xyes; then 797if test x$support_frills = xyes; then
806 AC_DEFINE(ENABLE_FRILLS, 1, Define if you want handling for rarely used but handy features) 798 AC_DEFINE(ENABLE_FRILLS, 1, Define if you want handling for rarely used but handy features)
807fi 799fi
808if test x$support_24bit = xyes; then
809 AC_DEFINE(PREFER_24BIT, 1, Define to use a 24 bit visual if the screen has 24 bit mode, even if the default is 8 bit)
810fi
811if test x$support_mousewheel = xyes; then 800if test x$support_mousewheel = xyes; then
812 AC_DEFINE(MOUSE_WHEEL, 1, Define to use wheel events (button4 and button5) to scroll) 801 AC_DEFINE(MOUSE_WHEEL, 1, Define to use wheel events (button4 and button5) to scroll)
813fi 802fi
814if test x$support_mouseslipwheel = xyes; then 803if test x$support_mouseslipwheel = xyes; then
815 AC_DEFINE(MOUSE_SLIP_WHEELING, 1, Define to have CTRL cause wheel events to accelerate scrolling. Release CTRL to halt scrolling) 804 AC_DEFINE(MOUSE_SLIP_WHEELING, 1, Define to have CTRL cause wheel events to accelerate scrolling. Release CTRL to halt scrolling)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines