summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-03 19:58:40 +0000
committerDana Jansens <danakj@orodu.net>2002-07-03 19:58:40 +0000
commitde868d58dd738ec06072bfa90b5d598d5001c76d (patch)
treeab8765c4d27f8b6bf8abfb6698723bf296dd2c57
parent08d793bb796f608774d6fdefd1950df54477e2c6 (diff)
look for the rigt function in the libxft
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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 <X11/Xlib.h>