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.43 by root, Mon Jan 3 12:00:50 2005 UTC vs.
Revision 1.44 by root, Tue Jan 11 00:54:57 2005 UTC

76AC_PROG_LIBTOOL()dnl# libtool 76AC_PROG_LIBTOOL()dnl# libtool
77 77
78MALLOC_TYPE=S 78MALLOC_TYPE=S
79support_addstrings=no 79support_addstrings=no
80support_frills=no 80support_frills=no
81support_linespace=no
82support_inheritpixmap=no 81support_inheritpixmap=no
83support_tinting=no 82support_tinting=no
84support_fading=no 83support_fading=no
85support_keepscrolling=no 84support_keepscrolling=no
86support_selectionscrolling=no 85support_selectionscrolling=no
122 NOTE: this option is order dependent 121 NOTE: this option is order dependent
123 NOTE: automatically enabled with --enable-shared], 122 NOTE: automatically enabled with --enable-shared],
124 [if test x$enableval = xyes; then 123 [if test x$enableval = xyes; then
125 support_24bit=yes 124 support_24bit=yes
126 support_frills=yes 125 support_frills=yes
127 support_linespace=yes
128 support_inheritpixmap=yes 126 support_inheritpixmap=yes
129 support_tinting=yes 127 support_tinting=yes
130 support_fading=yes 128 support_fading=yes
131 support_keepscrolling=yes 129 support_keepscrolling=yes
132 support_selectionscrolling=yes 130 support_selectionscrolling=yes
356 354
357AC_ARG_ENABLE(frills, 355AC_ARG_ENABLE(frills,
358 [ --enable-frills enable support for rarely used features], 356 [ --enable-frills enable support for rarely used features],
359 [if test x$enableval = xyes -o x$enableval = xno; then 357 [if test x$enableval = xyes -o x$enableval = xno; then
360 support_frills=$enableval 358 support_frills=$enableval
361 fi])
362
363AC_ARG_ENABLE(linespace,
364 [ --enable-linespace enable support for linespace],
365 [if test x$enableval = xyes -o x$enableval = xno; then
366 support_linespace=$enableval
367 fi]) 359 fi])
368 360
369AC_ARG_ENABLE(24bit, 361AC_ARG_ENABLE(24bit,
370 [ --enable-24bit enable support for using 24bit visuals if available], 362 [ --enable-24bit enable support for using 24bit visuals if available],
371 [if test x$enableval = xyes -o x$enableval = xno; then 363 [if test x$enableval = xyes -o x$enableval = xno; then
1233 AC_DEFINE(MENUBAR, 1, Define if you want Menubar support) 1225 AC_DEFINE(MENUBAR, 1, Define if you want Menubar support)
1234fi 1226fi
1235if test x$support_frills = xyes; then 1227if test x$support_frills = xyes; then
1236 AC_DEFINE(ENABLE_FRILLS, 1, Define if you want handling for rarely used but handy features) 1228 AC_DEFINE(ENABLE_FRILLS, 1, Define if you want handling for rarely used but handy features)
1237fi 1229fi
1238if test x$support_linespace = xno; then
1239 AC_DEFINE(NO_LINESPACE, 1, Define if you don't want support linespace)
1240fi
1241if test x$support_24bit = xyes; then 1230if test x$support_24bit = xyes; then
1242 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) 1231 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)
1243fi 1232fi
1244if test x$support_mousewheel = xyes; then 1233if test x$support_mousewheel = xyes; then
1245 AC_DEFINE(MOUSE_WHEEL, 1, Define to use wheel events (button4 and button5) to scroll) 1234 AC_DEFINE(MOUSE_WHEEL, 1, Define to use wheel events (button4 and button5) to scroll)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines