summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-21 03:14:16 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-21 03:14:16 +0000
commit7b4ee77fb2ca2c3f48679e87d4072b53c67c54bd (patch)
tree902f0125f99f1d2107188ce40501499b02e759fd /configure.ac
parentdf1b59a49550f48b1bfae786eb6740c26be6196b (diff)
Change dependency from xmu to xmuu since the full xmu (with all its baggage
like Xt) is not needed here.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3b93302..cdd5413 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ AC_PROG_CC
AC_PROG_INSTALL
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XKILL, x11 xmu)
+PKG_CHECK_MODULES(XKILL, x11 xmuu)
AC_SUBST(XKILL_CFLAGS)
AC_SUBST(XKILL_LIBS)