Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.58 KB | None | 0 0
  1. --- configure.ac    2010-11-08 10:39:14.000000000 +0200
  2. +++ configure.ac.orig   2010-11-08 10:39:39.000000000 +0200
  3. @@ -411,10 +411,10 @@
  4.          [use_xft=no])
  5.  
  6.  if test "$use_xft" = "yes"; then
  7. -  AC_PATH_PROG(xftconf,pkg-config)
  8. +  AC_PATH_PROG(xftconf,xft-config)
  9.    if test -x "$xftconf"; then
  10. -      CXXFLAGS="$CXXFLAGS $($xftconf --cflags xft)"
  11. -      XFT_LDFLAGS="$($xftconf --libs xft)"
  12. +      CXXFLAGS="$CXXFLAGS $($xftconf --cflags)"
  13. +      XFT_LDFLAGS="$($xftconf --libs)"
  14.        AC_DEFINE(HAVE_XFT, 1, [Define to 1 if your system has XFT])
  15.        ac_cv_have_xft=yes
  16.    fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement