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.147 by sf-exg, Sat Dec 29 14:23:35 2012 UTC vs.
Revision 1.148 by sf-exg, Mon Mar 11 20:22:20 2013 UTC

625 CPPFLAGS="$CPPFLAGS `$PKG_CONFIG fontconfig --cflags`" 625 CPPFLAGS="$CPPFLAGS `$PKG_CONFIG fontconfig --cflags`"
626 fi 626 fi
627 627
628 save_LIBS="$LIBS" 628 save_LIBS="$LIBS"
629 LIBS="$LIBS $X_LIBS" 629 LIBS="$LIBS $X_LIBS"
630 AC_CHECK_HEADERS(X11/Xft/Xft.h,,[support_xft=no])
631 AC_CHECK_LIB(Xft,XftDrawString32,:,[support_xft=no])
632 AC_CHECK_HEADERS(fontconfig/fontconfig.h,,[support_xft=no]) 630 AC_CHECK_HEADERS(X11/Xft/Xft.h fontconfig/fontconfig.h,,[support_xft=no])
633 AC_CHECK_LIB(fontconfig,FcPatternGet,:,[support_xft=no]) 631 AC_CHECK_FUNCS(XftDrawString32 FcPatternGet,,[support_xft=no])
634 LIBS="$save_LIBS" 632 LIBS="$save_LIBS"
635 633
636 if test x$support_xft = xyes; then 634 if test x$support_xft = xyes; then
637 AC_DEFINE(XFT, 1, Define to enable xft support) 635 AC_DEFINE(XFT, 1, Define to enable xft support)
638 fi 636 fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines