diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index aa9173a7..86ef0ae4 100644 --- a/configure.in +++ b/configure.in @@ -180,7 +180,7 @@ AM_CONDITIONAL(HAVE_FREETYPE, $have_freetype && $have_fontconfig) # have_xft=false -if test "x$have_x" != "xfalse" ; then +if $have_x ; then PKG_CHECK_MODULES(XFT, xft >= 2.0.0, have_xft=true, :) fi |