Change dependency from xmu to xmuu since the full xmu (with all its baggage like... 00/9400/1
authorAlan Coopersmith <Alan.Coopersmith@sun.com>
Mon, 21 Nov 2005 03:14:17 +0000 (03:14 +0000)
committerSung-Jin Park <sj76.park@samsung.com>
Tue, 3 Sep 2013 04:09:55 +0000 (00:09 -0400)
Change-Id: Ifb73d60164d34a97a3e2ec23feb8e5109557e022

ChangeLog
configure.ac

index f8ca8be..0cfbc66 100644 (file)
--- 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-10-18  Kevin E. Martin  <kem-at-freedesktop-dot-org>
 
        * configure.ac:
index 9188c17..f21537b 100644 (file)
@@ -32,7 +32,7 @@ AC_PROG_CC
 AC_PROG_INSTALL
 
 # Checks for pkg-config packages
-PKG_CHECK_MODULES(XWD, xmu x11)
+PKG_CHECK_MODULES(XWD, xmuu x11)
 AC_SUBST(XWD_CFLAGS)
 AC_SUBST(XWD_LIBS)