search for: nut_have_libnetsnmp_seen

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

2009 Dec 15
1
patch for m4/nut_check_libnetsnmp.m4
...t_check_libnetsnmp.m4 in r1968 broke the test on at least Solaris 10. Here is one possible fix. ---------------------------- --- m4/nut_check_libnetsnmp.m4.old 2009-12-15 09:30:48.000000000 -0800 +++ m4/nut_check_libnetsnmp.m4 2009-12-15 11:12:15.291295000 -0800 @@ -9,7 +9,8 @@ if test -z "${nut_have_libnetsnmp_seen}"; then nut_have_libnetsnmp_seen=yes - dnl save CFLAGS and LDFLAGS + dnl save CPPFLAGS CFLAGS and LDFLAGS + CPPFLAGS_ORIG="${CFLAGS}" CFLAGS_ORIG="${CFLAGS}" LDFLAGS_ORIG="${LDFLAGS}" @@ -38,6 +39,7 @@ fi AC_MSG_CHECKING(for Net-SNM...