diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-06-18 08:16:09 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-06-18 08:16:09 +0000 |
commit | 6717fca843fbcf3c79574dd1f574fbf78ff99285 (patch) | |
tree | 07d474b11e0cd0dd6b99b56b1aa4fcf65ab58aa9 | |
parent | 1ff19e0b04fbc458d87b9582223a7e60fd18ffb2 (diff) |
Whoops. Uses Xmuu, not Xmu
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 11e40a8..faddf97 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ AC_PROG_INSTALL AC_TYPE_SIGNAL # Checks for pkg-config packages -PKG_CHECK_MODULES(XHOST, x11 xmu) +PKG_CHECK_MODULES(XHOST, x11 xmuu) AC_SUBST(XHOST_CFLAGS) AC_SUBST(XHOST_LIBS) |