summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-02-18 19:55:14 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-02-18 19:55:14 -0800
commitd2c6b45582897ad73f6160dcec1e20162571d9f7 (patch)
tree6500fcd8a589c0d6354a4d4ccfb80b12f36ea894
parent3c65ddd9f0717ef330513bdabb7d3ce8bcd6dc32 (diff)
proxymngr depends on xproto, not x11 (Xlib)
proxymngr doesn't include any Xlib headers or call any Xlib functions directly, but does include Xos.h, Xfuncs.h & Xmd.h from xproto. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 451ade3..986f384 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,7 +45,7 @@ if [[ -z $LBXPROXY ]] ; then
fi
# Checks for pkg-config packages
-PKG_CHECK_MODULES(PROXYMNGR, ice xt x11 xproxymngproto)
+PKG_CHECK_MODULES(PROXYMNGR, ice xt xproto xproxymngproto)
AC_CHECK_FUNC(strcasecmp, [],
AC_DEFINE([NEED_STRCASECMP],1,