From fd4db6e26ec06f74e8815085d96ef541960a34c7 Mon Sep 17 00:00:00 2001 From: James Peach Date: Fri, 2 Sep 2005 03:10:42 +0000 Subject: r9939: Add configure check for yapp. (This used to be commit 0300f2329c71429e43ed18e6f411985a76e5aad5) --- source4/build/smb_build/makefile.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/build/smb_build/makefile.pm') diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index e2ab304adc..eeb6dac461 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -89,6 +89,7 @@ XSLTPROC=$config{XSLTPROC} LEX=$config{LEX} YACC=$config{YACC} +YAPP=$config{YAPP} CPP=$config{CPP} -- cgit