diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-20 19:31:57 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-20 19:31:57 +0000 |
commit | 1618ebd6cd76fb6afc63d68966905e4948b5ebb4 (patch) | |
tree | 828195e24629d16170b2a4af7d29de7152e960c0 /Makefile.am | |
parent | 8b783444a5341f4698027d3a66650c179bc8fa2e (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 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0941df2..ecc39c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,4 +6,4 @@ xhost_CFLAGS = @XHOST_CFLAGS@ xhost_LDADD = @XHOST_LIBS@ -man_MANS = xhost.man
\ No newline at end of file +man_MANS = xhost.man |