]> git.pld-linux.org Git - packages/fluxbox.git/blob - fluxbox-XFT.patch
- updated to 0.9.3
[packages/fluxbox.git] / fluxbox-XFT.patch
1 --- fluxbox-0.1.14/configure.in~        Sun Dec  8 02:38:52 2002
2 +++ fluxbox-0.1.14/configure.in Thu Dec 12 18:13:36 2002
3 @@ -223,10 +223,8 @@
4  AM_CONDITIONAL(GNOME, test x$GNOME = xtrue)
5  
6  AC_MSG_CHECKING([whether to have Xft support])
7 -AM_PATH_XFT(yes,
8 -       XFT=true,
9 -       XFT=false
10 -)
11 +XFT=true,
12 +
13  
14  if test "x$XFT" = "xtrue" ; then
15         AC_DEFINE(USE_XFT, 1, "antialias support")      
This page took 0.039035 seconds and 3 git commands to generate.