1Upstream-Status: Pending
2
3--- /tmp/configure.in	2010-05-19 13:29:03.000000000 +0200
4+++ unix/configure.in	2010-05-19 13:42:05.000000000 +0200
5@@ -526,13 +526,9 @@
6 	found_xft="yes"
7 	dnl make sure package configurator (xft-config or pkg-config
8 	dnl says that xft is present.
9-	XFT_CFLAGS=`xft-config --cflags 2>/dev/null` || found_xft="no"
10-	XFT_LIBS=`xft-config --libs 2>/dev/null` || found_xft="no"
11-	if test "$found_xft" = "no" ; then
12 	    found_xft=yes
13 	    XFT_CFLAGS=`pkg-config --cflags xft fontconfig 2>/dev/null` || found_xft="no"
14 	    XFT_LIBS=`pkg-config --libs xft fontconfig 2>/dev/null` || found_xft="no"
15-	fi
16 	AC_MSG_RESULT([$found_xft])
17 	dnl make sure that compiling against Xft header file doesn't bomb
18 	if test "$found_xft" = "yes" ; then
19