<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.32.2">
</HEAD>
<BODY>
On Fri, 2011-09-16 at 19:26 -0700, Alan Coopersmith wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
xfs doesn't include &lt;X11/fonts/FSlib.h&gt; nor call any functions from the
library, which is not surprising, as that's the library containing the
client-side code for connecting to a font server such as xfs.

Signed-off-by: Alan Coopersmith &lt;<A HREF="mailto:alan.coopersmith@oracle.com">alan.coopersmith@oracle.com</A>&gt;
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 473f399..b6c7c48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -130,7 +130,7 @@ fi
 AC_CHECK_FUNCS([daemon])
 
 # Checks for pkg-config packages
-PKG_CHECK_MODULES(XFS, libfs xfont xtrans)
+PKG_CHECK_MODULES(XFS, xfont xtrans)
 
 # Transport selection macro from xtrans.m4
 XTRANS_CONNECTION_FLAGS
</PRE>
</BLOCKQUOTE>
<BR>
Reviewed-by: Gaetan Nadon &lt;memsize@videotron.ca&gt;<BR>
<BR>
</BODY>
</HTML>