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.62 by root, Wed Jan 4 05:12:04 2006 UTC vs.
Revision 1.63 by root, Wed Jan 4 05:24:55 2006 UTC

1272dnl# -------------------------------------------------------------------------- 1272dnl# --------------------------------------------------------------------------
1273dnl# now add and remove other stuff 1273dnl# now add and remove other stuff
1274dnl# -------------------------------------------------------------------------- 1274dnl# --------------------------------------------------------------------------
1275if test x$support_xft = xyes; then 1275if test x$support_xft = xyes; then
1276 LIBS="$LIBS `pkg-config xft --libs`" 1276 LIBS="$LIBS `pkg-config xft --libs`"
1277 CFLAGS="$CFLAGS `pkg-config xft --cflags`"
1278 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`" 1277 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
1279 1278
1280 AC_CHECK_HEADERS(X11/Xft/Xft.h,,[support_xft=no]) 1279 AC_CHECK_HEADERS(X11/Xft/Xft.h,,[support_xft=no])
1281 AC_CHECK_LIB(Xft,XftDrawString32,,[support_xft=no]) 1280 AC_CHECK_LIB(Xft,XftDrawString32,,[support_xft=no])
1282 1281

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines