all repos — openbox @ 2a18a4b222f828969a3a9de3f6b7f84da7b840a1

openbox fork - make it a bit more like ryudo

add comment
Dana Jansens danakj@orodu.net
commit

2a18a4b222f828969a3a9de3f6b7f84da7b840a1

parent

21b5c6023159581ad2582c0070168a994b656e9c

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], [XftGetVersion], + AC_CHECK_LIB([Xft], [XftGetVersion], # this was not defined in < 2.0 if test "$XFT_MIN"; then AC_MSG_CHECKING([for X11/Xft/Xft.h for Xft >= $XFT_MIN]) AC_TRY_COMPILE(