summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2011-04-26 18:36:48 +0200
committerJulien Cristau <jcristau@debian.org>2011-04-26 18:36:48 +0200
commitb1def38874735ca15025edd0d3776387fddeb7f3 (patch)
tree475648e4580b5cf5c3f23974b127a4cc2119135a
parentd8d86bc4d1f8c38d7ee7a9e127e43c6892a6033d (diff)
link against -lXt directly
We use Xt, let's check for it explicitly in configure along with the other libs. Signed-off-by: Julien Cristau <jcristau@debian.org>
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a5bfbc1..1261eac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,9 +38,8 @@ XORG_DEFAULT_OPTIONS
AC_CONFIG_HEADERS([config.h])
# Checks for pkg-config packages
-PKG_CHECK_MODULES(OCLOCK, x11 xmu xext)
+PKG_CHECK_MODULES(OCLOCK, x11 xmu xext xt)
-PKG_CHECK_MODULES(APPDEFS, xt)
xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt`
AC_ARG_WITH(appdefaultdir,
AS_HELP_STRING([--with-appdefaultdir=<pathname>],