summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-07-20 19:31:51 +0000
committerAdam Jackson <ajax@nwnk.net>2005-07-20 19:31:51 +0000
commitb7161f370dbabeb536e9dc078f05e1ffd67847fb (patch)
treee57557123c9bc6787eecfe4f8954de25edd88f94 /configure.ac
parent526ab098fe73f9dde13b651ae8c70fbec56594c2 (diff)
Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
configure cache, you cache it, and the cached value is probably wrong.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e934e9a..dbb55d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,9 +31,9 @@ AM_CONFIG_HEADER(config.h)
AC_PROG_CC
AC_PROG_INSTALL
-XAW_CHECK_XPRINT_SUPPORT(DEP)
+XAW_CHECK_XPRINT_SUPPORT(XCALC)
-AC_SUBST(DEP_CFLAGS)
-AC_SUBST(DEP_LIBS)
+AC_SUBST(XCALC_CFLAGS)
+AC_SUBST(XCALC_LIBS)
AC_OUTPUT([Makefile])