summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-21 03:14:17 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-21 03:14:17 +0000
commit296d8e6ab8a86e5653529d0497ca5751d89f23b5 (patch)
treeab069b97d0c98db417203569fed7ef752ed70c98 /configure.ac
parent27898506332f1a4e698cbd65aecc47fdbc6d0a7b (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 fba11d1..abf3fd1 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(XWININFO, xmu xext x11)
+PKG_CHECK_MODULES(XWININFO, xmuu xext x11)
AC_SUBST(XWININFO_CFLAGS)
AC_SUBST(XWININFO_LIBS)