summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2008-08-20 10:32:49 -0400
committerJames Cloos <cloos@jhcloos.com>2008-08-20 10:32:49 -0400
commitfd75efe1d9b57c483f7cedd9e2dce34b97eef75e (patch)
treee62192041ad2fce30c8a19051780cd1c7ea945dc /configure.ac
parente8360958ef3dba1e7ab8282c5055b0ccf5650f1c (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 ee20775..e46af40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ AM_CONFIG_HEADER(config.h)
AC_PROG_CC
AC_PROG_INSTALL
-XAW_CHECK_XPRINT_SUPPORT(XCALC)
+PKG_CHECK_MODULES(XCALC, xaw7)
AC_SUBST(XCALC_CFLAGS)
AC_SUBST(XCALC_LIBS)