look for the rigt function in the libxft
This commit is contained in:
parent
08d793bb79
commit
de868d58dd
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ AC_ARG_ENABLE(
|
||||||
: ${enableval="yes"}
|
: ${enableval="yes"}
|
||||||
if test x$enableval = "xyes"; then
|
if test x$enableval = "xyes"; then
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
AC_CHECK_LIB(Xft, XftOpenFontName,
|
AC_CHECK_LIB(Xft, XftFontOpenXlfd,
|
||||||
AC_MSG_CHECKING([for X11/Xft/Xft.h])
|
AC_MSG_CHECKING([for X11/Xft/Xft.h])
|
||||||
AC_TRY_LINK(
|
AC_TRY_LINK(
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
|
|
Loading…
Reference in a new issue