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.72 by ayin, Fri Aug 3 23:32:14 2007 UTC vs.
Revision 1.73 by ayin, Sat Aug 4 10:46:22 2007 UTC

763 AC_DEFINE(NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING, 1, Define for continual scrolling when you keep the scrollbar button pressed) 763 AC_DEFINE(NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING, 1, Define for continual scrolling when you keep the scrollbar button pressed)
764fi 764fi
765if test x$support_selectionscrolling = xyes; then 765if test x$support_selectionscrolling = xyes; then
766 AC_DEFINE(SELECTION_SCROLLING, 1, Define to allow scrolling when the selection moves to the top or bottom of the screen) 766 AC_DEFINE(SELECTION_SCROLLING, 1, Define to allow scrolling when the selection moves to the top or bottom of the screen)
767fi 767fi
768if test x$support_frills = xyes; then
769 AC_DEFINE(ENABLE_FRILLS, 1, Define if you want handling for rarely used but handy features)
770fi
768if test x$support_mousewheel = xyes; then 771if test x$support_mousewheel = xyes; then
769 AC_DEFINE(MOUSE_WHEEL, 1, Define to use wheel events (button4 and button5) to scroll) 772 AC_DEFINE(MOUSE_WHEEL, 1, Define to use wheel events (button4 and button5) to scroll)
770fi 773fi
771if test x$support_mouseslipwheel = xyes; then 774if test x$support_mouseslipwheel = xyes; then
772 AC_DEFINE(MOUSE_SLIP_WHEELING, 1, Define to have CTRL cause wheel events to accelerate scrolling. Release CTRL to halt scrolling) 775 AC_DEFINE(MOUSE_SLIP_WHEELING, 1, Define to have CTRL cause wheel events to accelerate scrolling. Release CTRL to halt scrolling)
865AC_SUBST(PERLPRIVLIBEXP) 868AC_SUBST(PERLPRIVLIBEXP)
866AC_SUBST(PERL) 869AC_SUBST(PERL)
867AC_SUBST(IF_PERL) 870AC_SUBST(IF_PERL)
868AC_SUBST(PERL_O) 871AC_SUBST(PERL_O)
869 872
870if test x$support_perl = xyes; then
871 support_frills=yes
872fi
873
874if test x$support_frills = xyes; then
875 AC_DEFINE(ENABLE_FRILLS, 1, Define if you want handling for rarely used but handy features)
876fi
877
878AC_SUBST(CFLAGS) 873AC_SUBST(CFLAGS)
879AC_SUBST(CPPFLAGS) 874AC_SUBST(CPPFLAGS)
880AC_SUBST(LDFLAGS) 875AC_SUBST(LDFLAGS)
881AC_SUBST(X_CFLAGS) 876AC_SUBST(X_CFLAGS)
882 877

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines