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.119 by sf-exg, Thu Oct 14 22:08:45 2010 UTC vs.
Revision 1.120 by sf-exg, Sun Oct 31 08:28:01 2010 UTC

649 649
650 if test x$support_xft = xyes; then 650 if test x$support_xft = xyes; then
651 AC_DEFINE(XFT, 1, Define to enable xft support) 651 AC_DEFINE(XFT, 1, Define to enable xft support)
652 fi 652 fi
653fi 653fi
654if test x$support_inheritpixmap = xyes; then
655 support_xrender=yes
656 AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
657 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xrender; then
658 X_LIBS="`$PKG_CONFIG xrender --libs` $X_LIBS"
659 CPPFLAGS="$CPPFLAGS `$PKG_CONFIG xrender --cflags`"
660
661 save_LIBS="$LIBS"
662 LIBS="$LIBS $X_LIBS"
663 AC_CHECK_HEADER(X11/extensions/Xrender.h,,[support_xrender=no])
664 AC_CHECK_FUNC(XRenderFindStandardFormat,,[support_xrender=no])
665 LIBS="$save_LIBS"
666 fi
667
668 if test x$support_xrender = xyes; then
669 LIBS="$LIBS -lm"
670 AC_DEFINE(XRENDER, 1, Define to enable xrender support)
671 fi
672fi
654if test x$support_styles = xyes; then 673if test x$support_styles = xyes; then
655 AC_DEFINE(ENABLE_STYLES, 1, Define if you want bold and italic support) 674 AC_DEFINE(ENABLE_STYLES, 1, Define if you want bold and italic support)
656fi 675fi
657if test x$support_iso14755 = xyes; then 676if test x$support_iso14755 = xyes; then
658 AC_DEFINE(ISO_14755, 1, Define if you want ISO 14755 extended support) 677 AC_DEFINE(ISO_14755, 1, Define if you want ISO 14755 extended support)
663if test x$support_fading = xyes; then 682if test x$support_fading = xyes; then
664 AC_DEFINE(OFF_FOCUS_FADING, 1, Define if you want faded colors when focus is lost) 683 AC_DEFINE(OFF_FOCUS_FADING, 1, Define if you want faded colors when focus is lost)
665fi 684fi
666if test x$support_inheritpixmap = xyes; then 685if test x$support_inheritpixmap = xyes; then
667 AC_DEFINE(ENABLE_TRANSPARENCY, 1, Define if you want your background to use the parent window background) 686 AC_DEFINE(ENABLE_TRANSPARENCY, 1, Define if you want your background to use the parent window background)
668 test x$support_xft = xyes && LIBS="$LIBS -lm"
669fi 687fi
670if test x$support_keepscrolling = xno; then 688if test x$support_keepscrolling = xno; then
671 AC_DEFINE(NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING, 1, Define for continual scrolling when you keep the scrollbar button pressed) 689 AC_DEFINE(NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING, 1, Define for continual scrolling when you keep the scrollbar button pressed)
672fi 690fi
673if test x$support_selectionscrolling = xyes; then 691if test x$support_selectionscrolling = xyes; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines