From 454179bc4b51b24975e283c6ba1cd53d68d5e991 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 21 Nov 2005 03:14:16 +0000 Subject: Change dependency from xmu to xmuu since the full xmu (with all its baggage like Xt) is not needed here. --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f8ca8be..0cfbc66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-11-20 Alan Coopersmith + + * 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 * configure.ac: diff --git a/configure.ac b/configure.ac index 98fd5fa..b1e3e45 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(XPROP, xmu x11) +PKG_CHECK_MODULES(XPROP, xmuu x11) AC_SUBST(XPROP_CFLAGS) AC_SUBST(XPROP_LIBS) -- cgit v1.2.3