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
commit1b860c0dc7c6c780485083fa1eb0001eab4d740b (patch)
treef1ed8172148706d755a5e3e758621f006eccdae5 /configure.ac
parent538c64f6c89d12934bab7f17a21dbd5b59accd7d (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 a7a0cee..b4ad463 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ AC_PROG_CC
AC_PROG_INSTALL
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XSET, xmu)
+PKG_CHECK_MODULES(XSET, xmuu)
# This is used below to allow <X11/Xlib.h> to be found
PKG_CHECK_MODULES(SET_X11, x11)