diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-12-15 15:01:01 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-12-15 15:01:01 -0800 |
commit | 67bf7e0061fc1c778b9fee0f2bb4ce23059c476f (patch) | |
tree | d568ca3255c15b2cb638042fa90250172376d9af /configure.ac | |
parent | 3112acb4901bf29d2a03913e8d10cba5e621a5e4 (diff) |
Combine pkg-config checks now that we can hardcode xaw7
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 71e6bc2..96f2a26 100644 --- a/configure.ac +++ b/configure.ac @@ -38,14 +38,9 @@ AC_PROG_CC AC_PROG_INSTALL -PKG_CHECK_MODULES(XAW, xaw7) - # Checks for pkg-config packages -PKG_CHECK_MODULES(LISTRES, x11 xt xmu) -LISTRES_CFLAGS="$CWARNFLAGS $LISTRES_CFLAGS $XAW_CFLAGS" -LISTRES_LIBS="$LISTRES_LIBS $XAW_LIBS" +PKG_CHECK_MODULES(LISTRES, xaw7 x11 xt xmu) AC_SUBST(LISTRES_CFLAGS) AC_SUBST(LISTRES_LIBS) - AC_OUTPUT([Makefile]) |