From: bvassche <bva...@us...> - 2022-12-02 22:35:32
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Net-SNMP". The branch, master has been updated a5f46cefffdf5e0ca011aff5f6414f74eed8e909 -> 9fc46e1272522ba5f503381fb4d61c5a435bca68 commit a5f46cefffdf5e0ca011aff5f6414f74eed8e909 Author: Ingo van Lil <in...@gm...> Date: Fri Dec 2 12:50:53 2022 +0100 configure: Fix false positive when build dir contains "yes" The checks for various IPv6 libraries succeed when the word "yes" appears anywhere in the CPP output. That's prone to false positives, e.g. when the build environment path contains that string. Make the check more robust by anchoring the pattern so the word must appear on a line of its own. [ bvanassche: ran autoreconf ] Summary of changes: configure | 8 ++++---- configure.d/config_project_ipv6_types | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) hooks/post-receive -- Net-SNMP |