]> git.pld-linux.org Git - packages/fluxbox.git/blame - fluxbox-XFT.patch
- up to 0.9.8
[packages/fluxbox.git] / fluxbox-XFT.patch
CommitLineData
95f08047 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.084561 seconds and 4 git commands to generate.