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.103 by ayin, Fri Dec 28 20:57:52 2007 UTC vs.
Revision 1.104 by root, Sun Jan 6 21:34:57 2008 UTC

111dnl# CHECKING COMMAND LINE OPTIONS 111dnl# CHECKING COMMAND LINE OPTIONS
112dnl# -------------------------------------------------------------------------- 112dnl# --------------------------------------------------------------------------
113 113
114AC_ARG_ENABLE(everything, 114AC_ARG_ENABLE(everything,
115 [ --enable-everything enable standard non-multichoice features 115 [ --enable-everything enable standard non-multichoice features
116 NOTE: this option is order dependent], 116 NOTE: this option is order dependent],
117 [ 117 [
118 if test x$enableval = xno; then 118 if test x$enableval = xno; then
119 support_frills=no 119 support_frills=no
120 support_inheritpixmap=no 120 support_inheritpixmap=no
121 support_fading=no 121 support_fading=no
214 [if test x$enableval = xyes -o x$enableval = xno; then 214 [if test x$enableval = xyes -o x$enableval = xno; then
215 support_styles=$enableval 215 support_styles=$enableval
216 fi]) 216 fi])
217 217
218AC_ARG_ENABLE(afterimage, 218AC_ARG_ENABLE(afterimage,
219 [ --enable-afterimage enable integration with libAfterImage for background images], 219 [ --enable-afterimage enable integration with libAfterImage for background images],
220 [if test x$enableval = xyes -o x$enableval = xno; then 220 [if test x$enableval = xyes -o x$enableval = xno; then
221 support_afterimage=$enableval 221 support_afterimage=$enableval
222 fi]) 222 fi])
223 223
224AC_ARG_WITH(afterimage_config, 224AC_ARG_WITH(afterimage_config,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines