Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | --- a/configure.in.orig 2014-05-10 14:35:39.859147385 +0000 |
| 2 | +++ b/configure.in 2014-05-10 14:36:20.282925184 +0000 |
| 3 | @@ -554,8 +554,8 @@ |
| 4 | dnl make sure package configurator (xft-config or pkg-config |
| 5 | dnl says that xft is present. |
| 6 | found_xft=yes |
| 7 | - XFT_CFLAGS=`pkg-config --cflags xft 2>/dev/null` || found_xft="no" |
| 8 | - XFT_LIBS=`pkg-config --libs xft 2>/dev/null` || found_xft="no" |
| 9 | + XFT_CFLAGS=`pkg-config --cflags xft fontconfig 2>/dev/null` || found_xft="no" |
| 10 | + XFT_LIBS=`pkg-config --libs xft fontconfig 2>/dev/null` || found_xft="no" |
| 11 | AC_MSG_RESULT([$found_xft]) |
| 12 | dnl make sure that compiling against Xft header file doesn't bomb |
| 13 | if test "$found_xft" = "yes" ; then |