From 50d0a086a86a9a03b8bd70e86d87d582825484d2 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 20 Jul 2005 19:31:50 +0000 Subject: 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. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3645d7b..11c475b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,8 +21,8 @@ bin_PROGRAMS = pclcomp -pclcomp_CFLAGS = $(DEP_CFLAGS) -pclcomp_LDADD = $(DEP_LIBS) +pclcomp_CFLAGS = $(PCLCOMP_CFLAGS) +pclcomp_LDADD = $(PCLCOMP_LIBS) pclcomp_SOURCES = \ pclcomp.c -- cgit v1.2.3