all repos — openbox @ 21b5c6023159581ad2582c0070168a994b656e9c

openbox fork - make it a bit more like ryudo

check for XftGetVersion
Dana Jansens danakj@orodu.net
commit

21b5c6023159581ad2582c0070168a994b656e9c

parent

b267261403b99d600c073e1252bffabee7bd45f0

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M m4/x11.m4m4/x11.m4

@@ -82,7 +82,7 @@ # Set these for checking with the tests below. They'll be restored after

LIBS="$LIBS $XFT_LIBS" CXXFLAGS="$XFT_CFLAGS $CXXFLAGS" - AC_CHECK_LIB([Xft], [XftFontOpenName], + AC_CHECK_LIB([Xft], [XftGetVersion], if test "$XFT_MIN"; then AC_MSG_CHECKING([for X11/Xft/Xft.h for Xft >= $XFT_MIN]) AC_TRY_COMPILE(