diff options
author | James Cloos <cloos@jhcloos.com> | 2008-08-20 10:32:51 -0400 |
---|---|---|
committer | James Cloos <cloos@jhcloos.com> | 2008-08-20 10:32:51 -0400 |
commit | f964031d5f702ad17c76f7e7b1ab91efd56e0f01 (patch) | |
tree | 3254ae7814e907c6cdc8bc59e4c3d72388619bf6 | |
parent | 16f631981143cdac06f3b7125c8ef2fb45962970 (diff) |
xaw8 is gone, use xaw7
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 40f728a..b51bdb7 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ AC_PROG_YACC AC_PROG_CC AC_PROG_INSTALL -XAW_CHECK_XPRINT_SUPPORT(XGC) +PKG_CHECK_MODULES(XGC, xaw7) AC_SUBST(XGC_CFLAGS) AC_SUBST(XGC_LIBS) |