From f26f21272ce70a0dc29ed5cd44c9a1954575b473 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 21 Jun 2010 19:52:10 -0700 Subject: Only need the libXmuu subset, not the full libXmu Signed-off-by: Alan Coopersmith --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1cd3181..fc708e6 100644 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,7 @@ AC_CHECK_FUNC([mkstemp], AC_DEFINE(HAS_MKSTEMP,1,[Define to 1 if you have the "mkstemp" function.])) # Checks for pkg-config packages -PKG_CHECK_MODULES(SMPROXY, sm xt xmu) +PKG_CHECK_MODULES(SMPROXY, sm xt xmuu) AC_SUBST(SMPROXY_CFLAGS) AC_SUBST(SMPROXY_LIBS) -- cgit v1.2.3