From de868d58dd738ec06072bfa90b5d598d5001c76d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 3 Jul 2002 19:58:40 +0000 Subject: [PATCH] look for the rigt function in the libxft --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index be260e6b..8434256a 100644 --- a/configure.in +++ b/configure.in @@ -91,7 +91,7 @@ AC_ARG_ENABLE( : ${enableval="yes"} if test x$enableval = "xyes"; then AC_MSG_RESULT([yes]) - AC_CHECK_LIB(Xft, XftOpenFontName, + AC_CHECK_LIB(Xft, XftFontOpenXlfd, AC_MSG_CHECKING([for X11/Xft/Xft.h]) AC_TRY_LINK( #include -- 2.44.0