summaryrefslogtreecommitdiff
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
parent27898506332f1a4e698cbd65aecc47fdbc6d0a7b (diff)
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 94994df..5077585 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-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
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)