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.56 by root, Tue Jun 26 00:40:18 2007 UTC vs.
Revision 1.57 by ayin, Tue Jun 26 09:30:04 2007 UTC

838 AC_DEFINE(NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING, 1, Define for continual scrolling when you keep the scrollbar button pressed) 838 AC_DEFINE(NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING, 1, Define for continual scrolling when you keep the scrollbar button pressed)
839fi 839fi
840if test x$support_selectionscrolling = xyes; then 840if test x$support_selectionscrolling = xyes; then
841 AC_DEFINE(SELECTION_SCROLLING, 1, Define to allow scrolling when the selection moves to the top or bottom of the screen) 841 AC_DEFINE(SELECTION_SCROLLING, 1, Define to allow scrolling when the selection moves to the top or bottom of the screen)
842fi 842fi
843if test x$support_frills = xyes; then
844 AC_DEFINE(ENABLE_FRILLS, 1, Define if you want handling for rarely used but handy features)
845fi
846if test x$support_mousewheel = xyes; then 843if test x$support_mousewheel = xyes; then
847 AC_DEFINE(MOUSE_WHEEL, 1, Define to use wheel events (button4 and button5) to scroll) 844 AC_DEFINE(MOUSE_WHEEL, 1, Define to use wheel events (button4 and button5) to scroll)
848fi 845fi
849if test x$support_mouseslipwheel = xyes; then 846if test x$support_mouseslipwheel = xyes; then
850 AC_DEFINE(MOUSE_SLIP_WHEELING, 1, Define to have CTRL cause wheel events to accelerate scrolling. Release CTRL to halt scrolling) 847 AC_DEFINE(MOUSE_SLIP_WHEELING, 1, Define to have CTRL cause wheel events to accelerate scrolling. Release CTRL to halt scrolling)
950 947
951if test x$support_perl = xyes; then 948if test x$support_perl = xyes; then
952 support_frills=yes 949 support_frills=yes
953fi 950fi
954 951
952if test x$support_frills = xyes; then
953 AC_DEFINE(ENABLE_FRILLS, 1, Define if you want handling for rarely used but handy features)
954fi
955
955AC_SUBST(CFLAGS) 956AC_SUBST(CFLAGS)
956AC_SUBST(CPPFLAGS) 957AC_SUBST(CPPFLAGS)
957AC_SUBST(LDFLAGS) 958AC_SUBST(LDFLAGS)
958AC_SUBST(X_CFLAGS) 959AC_SUBST(X_CFLAGS)
959 960

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines