search for: have_init_snmp

Displaying 1 result from an estimated 1 matches for "have_init_snmp".

2011 Jan 28
2
SNMP And SuSE
...mp" entry point. The configure code in question reads like this: ac_fn_c_check_func "$LINENO" "init_snmp" "ac_cv_func_init_snmp" if test "x$ac_cv_func_init_snmp" = x""yes; then : cat >>confdefs.h <<_ACEOF #define HAVE_INIT_SNMP 1 _ACEOF I was able to bypass the problem by changing it to this: if test "x$ac_cv_func_init_snmp" != x""yes; then : Naturally, this is just a kludge, not a permanent fix, which would require figuring out why the compile fails. Anyway, by making this kludge, the confi...