--- a/configure.ac 2015-06-08 20:26:02.000000000 +0200 +++ b/configure.ac 2015-06-13 11:46:44.100701324 +0200 @@ -254,14 +254,14 @@ ) AC_MSG_CHECKING([if Net-SNMP needs crypto support]) -AC_TRY_COMPILE([#include ], [exit(USE_OPENSSL != 1);], +AC_TRY_COMPILE([#include ], [exit(USE_OPENSSL != 1);], [ AC_MSG_RESULT(yes) SNMP_SSL=yes ], AC_MSG_RESULT(no) ) -AC_TRY_COMPILE([ #include +AC_TRY_COMPILE([ #include #include #include #include --- a/common.h 2015-06-08 20:26:02.000000000 +0200 +++ b/common.h 2015-06-13 11:46:44.100701324 +0200 @@ -125,7 +125,7 @@ # include #endif -#ifdef USE_NET_SNMP +#ifdef HAVE_LIBNETSNMP #undef PACKAGE_NAME #undef PACKAGE_VERSION #undef PACKAGE_BUGREPORT