diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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 3b93302..cdd5413 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(XKILL, x11 xmu) +PKG_CHECK_MODULES(XKILL, x11 xmuu) AC_SUBST(XKILL_CFLAGS) AC_SUBST(XKILL_LIBS) |