ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure
(Generate patch)

Comparing rxvt-unicode/configure (file contents):
Revision 1.134 by sf-exg, Thu Sep 2 15:51:55 2010 UTC vs.
Revision 1.135 by sf-exg, Fri Oct 15 14:08:39 2010 UTC

4661support_scroll_rxvt=yes 4661support_scroll_rxvt=yes
4662support_scroll_next=yes 4662support_scroll_next=yes
4663support_scroll_xterm=yes 4663support_scroll_xterm=yes
4664support_xim=yes 4664support_xim=yes
4665support_afterimage=yes 4665support_afterimage=yes
4666support_afterstep=yes
4667support_xft=yes 4666support_xft=yes
4668support_unicode3=no 4667support_unicode3=no
4669support_combining=yes 4668support_combining=yes
4670support_8bitctrls=no 4669support_8bitctrls=no
4671support_iso14755=yes 4670support_iso14755=yes
4693 support_scroll_xterm=no 4692 support_scroll_xterm=no
4694 support_utmp=no 4693 support_utmp=no
4695 support_wtmp=no 4694 support_wtmp=no
4696 support_xim=no 4695 support_xim=no
4697 support_afterimage=no 4696 support_afterimage=no
4698 support_afterstep=no
4699 support_xft=no 4697 support_xft=no
4700 support_unicode3=no 4698 support_unicode3=no
4701 support_combining=no 4699 support_combining=no
4702 support_8bitctrls=no 4700 support_8bitctrls=no
4703 support_iso14755=no 4701 support_iso14755=no
4721 support_scroll_xterm=yes 4719 support_scroll_xterm=yes
4722 support_utmp=yes 4720 support_utmp=yes
4723 support_wtmp=yes 4721 support_wtmp=yes
4724 support_xim=yes 4722 support_xim=yes
4725 support_afterimage=yes 4723 support_afterimage=yes
4726 support_afterstep=yes
4727 support_xft=yes 4724 support_xft=yes
4728 support_unicode3=yes 4725 support_unicode3=yes
4729 support_combining=yes 4726 support_combining=yes
4730 #support_8bitctrls=yes 4727 #support_8bitctrls=yes
4731 support_iso14755=yes 4728 support_iso14755=yes
4844if test "${with_afterimage_config+set}" = set; then : 4841if test "${with_afterimage_config+set}" = set; then :
4845 withval=$with_afterimage_config; if test "x$withval" != x; then 4842 withval=$with_afterimage_config; if test "x$withval" != x; then
4846 afterimage_config=$withval/afterimage-config 4843 afterimage_config=$withval/afterimage-config
4847 fi 4844 fi
4848fi 4845fi
4849
4850 4846
4851 4847
4852# Check whether --enable-pixbuf was given. 4848# Check whether --enable-pixbuf was given.
4853if test "${enable_pixbuf+set}" = set; then : 4849if test "${enable_pixbuf+set}" = set; then :
4854 enableval=$enable_pixbuf; if test x$enableval = xyes -o x$enableval = xno; then 4850 enableval=$enable_pixbuf; if test x$enableval = xyes -o x$enableval = xno; then
6233 LDFLAGS=$ac_save_LDFLAGS 6229 LDFLAGS=$ac_save_LDFLAGS
6234 6230
6235fi 6231fi
6236 6232
6237 6233
6234image_lib=none
6235
6238PIXBUF_CFLAGS= 6236PIXBUF_CFLAGS=
6239PIXBUF_LIBS= 6237PIXBUF_LIBS=
6240 6238
6241if test x$support_pixbuf = xyes; then 6239if test x$support_pixbuf = xyes; then
6242 support_pixbuf=no 6240 support_pixbuf=no
6290 fi 6288 fi
6291 6289
6292 if test x$support_pixbuf = xyes; then 6290 if test x$support_pixbuf = xyes; then
6293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 6291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6294$as_echo "ok" >&6; } 6292$as_echo "ok" >&6; }
6293 image_lib=gdk-pixbuf
6295 support_afterimage=no 6294 support_afterimage=no
6296 6295
6297$as_echo "#define HAVE_PIXBUF 1" >>confdefs.h 6296$as_echo "#define HAVE_PIXBUF 1" >>confdefs.h
6298 6297
6299 6298
6377 fi 6376 fi
6378 fi 6377 fi
6379 if test "x$support_afterimage" = "xyes"; then 6378 if test "x$support_afterimage" = "xyes"; then
6380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AFTERIMAGE_LIBS" >&5 6379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AFTERIMAGE_LIBS" >&5
6381$as_echo "$AFTERIMAGE_LIBS" >&6; } 6380$as_echo "$AFTERIMAGE_LIBS" >&6; }
6381 image_lib=libafterimage
6382 6382
6383$as_echo "#define HAVE_AFTERIMAGE 1" >>confdefs.h 6383$as_echo "#define HAVE_AFTERIMAGE 1" >>confdefs.h
6384 6384
6385 6385
6386$as_echo "#define BG_IMAGE_FROM_FILE 1" >>confdefs.h 6386$as_echo "#define BG_IMAGE_FROM_FILE 1" >>confdefs.h
7928fi 7928fi
7929if test x$support_inheritpixmap = xyes; then 7929if test x$support_inheritpixmap = xyes; then
7930 7930
7931$as_echo "#define ENABLE_TRANSPARENCY 1" >>confdefs.h 7931$as_echo "#define ENABLE_TRANSPARENCY 1" >>confdefs.h
7932 7932
7933 test x$support_xft = xyes && LIBS="$LIBS -lm"
7933fi 7934fi
7934if test x$support_keepscrolling = xno; then 7935if test x$support_keepscrolling = xno; then
7935 7936
7936$as_echo "#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1" >>confdefs.h 7937$as_echo "#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1" >>confdefs.h
7937 7938
7954if test x$support_mouseslipwheel = xyes; then 7955if test x$support_mouseslipwheel = xyes; then
7955 7956
7956$as_echo "#define MOUSE_SLIP_WHEELING 1" >>confdefs.h 7957$as_echo "#define MOUSE_SLIP_WHEELING 1" >>confdefs.h
7957 7958
7958fi 7959fi
7959
7960 7960
7961scrolltypes=plain 7961scrolltypes=plain
7962 7962
7963$as_echo "#define PLAIN_SCROLLBAR 1" >>confdefs.h 7963$as_echo "#define PLAIN_SCROLLBAR 1" >>confdefs.h
7964 7964
9459if test x$RESFALLBACK != x; then 9459if test x$RESFALLBACK != x; then
9460 echo " resource class fallback: $RESFALLBACK" 9460 echo " resource class fallback: $RESFALLBACK"
9461fi 9461fi
9462echo 9462echo
9463echo " embedded perl: $support_perl" 9463echo " embedded perl: $support_perl"
9464echo " libafterimage: $support_afterimage" 9464echo " image library: $image_lib"
9465echo 9465echo
9466if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then 9466if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then
9467 echo ".----------------------------------------------------------------." 9467 echo ".----------------------------------------------------------------."
9468 echo ". WARNING: --enable-xim was specified however the locale support ." 9468 echo ". WARNING: --enable-xim was specified however the locale support ."
9469 echo ". functions could not be found. ." 9469 echo ". functions could not be found. ."

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines