look for the rigt function in the libxft

This commit is contained in:
Dana Jansens 2002-07-03 19:58:40 +00:00
parent 08d793bb79
commit de868d58dd

View file

@ -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>