[ntpsec commit] Don't detect yacc directly it's not needed.
Amar Takhar
amar at ntpsec.org
Fri Oct 9 19:14:46 UTC 2015
Module: ntpsec
Branch: master
Commit: 95e2b0820fbafd66ff2d9b3b3e1ed794ac4b74b5
Changeset: http://git.ntpsec.org/ntpsec/commit/?id=95e2b0820fbafd66ff2d9b3b3e1ed794ac4b74b5
Author: Amar Takhar <verm at darkbeer.org>
Date: Fri Oct 9 15:14:31 2015 -0400
Don't detect yacc directly it's not needed.
---
pylib/configure.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/pylib/configure.py b/pylib/configure.py
index f755742..3666524 100644
--- a/pylib/configure.py
+++ b/pylib/configure.py
@@ -71,7 +71,6 @@ def cmd_configure(ctx):
ctx.env[opt] = ctx.env.OPT_STORE[flag]
- ctx.find_program("yacc", var="BIN_YACC")
ctx.find_program("awk", var="BIN_AWK")
ctx.find_program("perl", var="BIN_PERL")
ctx.find_program("sh", var="BIN_SH")
More information about the vc
mailing list