summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2008-08-20 10:32:51 -0400
committerJames Cloos <cloos@jhcloos.com>2008-08-20 10:32:51 -0400
commitf964031d5f702ad17c76f7e7b1ab91efd56e0f01 (patch)
tree3254ae7814e907c6cdc8bc59e4c3d72388619bf6 /configure.ac
parent16f631981143cdac06f3b7125c8ef2fb45962970 (diff)
xaw8 is gone, use xaw7
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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)