Skip to content

Commit 53fe7fe

Browse files
committed
m4/nut_check_libnetsnmp.m4: re-detect libnetsnmp details in mingw builds to not lose track [#3108]
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent 7c8b06b commit 53fe7fe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

m4/nut_check_libnetsnmp.m4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ if test -z "${nut_have_libnetsnmp_seen}"; then
157157
AC_CHECK_FUNCS(init_snmp, [
158158
nut_have_libnetsnmp=yes
159159
nut_have_libnetsnmp_static=yes
160+
dnl Get into this code path upon re-runs even with config.cache:
161+
AS_UNSET([ac_cv_func_init_snmp])
160162
])
161163
]
162164
)

0 commit comments

Comments
 (0)