blob: fdf3c66535a012222337e3a6fcc3bcacf5bcfd63 [file] [log] [blame]
Patrick Williams520786c2023-06-25 16:20:36 -05001Upstream-Status: Pending
2
Patrick Williamsb48b7b42016-08-17 15:04:38 -05003--- /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
Brad Bishope42b3e32020-01-15 22:08:42 -050013 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"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050015- 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