summaryrefslogtreecommitdiff
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
commit513fe86ba2e5b341f06189925788d12db5eb840f (patch)
treeb30ee16c10833638c71f5196389d0fc019d242bb
parent527b931684a88276c199482394e7a0d9efc1ed6c (diff)
downloadxlsatoms-513fe86ba2e5b341f06189925788d12db5eb840f.tar.gz
xlsatoms-513fe86ba2e5b341f06189925788d12db5eb840f.tar.bz2
xlsatoms-513fe86ba2e5b341f06189925788d12db5eb840f.zip
Change dependency from xmu to xmuu since the full xmu (with all its baggage
like Xt) is not needed here.
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f8ca8be..0cfbc66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-20 Alan Coopersmith <alan.coopersmith@sun.com>
+
+ * configure.ac:
+ Change dependency from xmu to xmuu since the full xmu
+ (with all its baggage like Xt) is not needed here.
+
2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
diff --git a/configure.ac b/configure.ac
index 3036080..8215600 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(XLSATOMS, x11 xmu)
+PKG_CHECK_MODULES(XLSATOMS, x11 xmuu)
AC_SUBST(XLSATOMS_CFLAGS)
AC_SUBST(XLSATOMS_LIBS)