diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-21 03:14:16 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-21 03:14:16 +0000 |
commit | 7b29ef60ab764a0d662f934b6133ecdd15001183 (patch) | |
tree | 821b1bdf606fe34863d9f0c324962b71ed8f09be /configure.ac | |
parent | 1fbf3bec38cec44ba7a14890925104b0a8e97c8a (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.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ff99324..556f8b2 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(XLSCLIENTS, x11 xmu) +PKG_CHECK_MODULES(XLSCLIENTS, x11 xmuu) AC_SUBST(XLSCLIENTS_CFLAGS) AC_SUBST(XLSCLIENTS_LIBS) |