Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 552030 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure.ac (-2 / +2 lines)
Lines 254-267 Link Here
254
)
254
)
255
255
256
AC_MSG_CHECKING([if Net-SNMP needs crypto support])
256
AC_MSG_CHECKING([if Net-SNMP needs crypto support])
257
AC_TRY_COMPILE([#include <net-snmp-config.h>], [exit(USE_OPENSSL != 1);],
257
AC_TRY_COMPILE([#include <net-snmp/net-snmp-config.h>], [exit(USE_OPENSSL != 1);],
258
  [  AC_MSG_RESULT(yes)
258
  [  AC_MSG_RESULT(yes)
259
     SNMP_SSL=yes
259
     SNMP_SSL=yes
260
  ],
260
  ],
261
  AC_MSG_RESULT(no)
261
  AC_MSG_RESULT(no)
262
)
262
)
263
263
264
AC_TRY_COMPILE([ #include <net-snmp-config.h> 
264
AC_TRY_COMPILE([ #include <net-snmp/net-snmp-config.h> 
265
  #include <net-snmp/utilities.h>
265
  #include <net-snmp/utilities.h>
266
  #include <net-snmp/net-snmp-includes.h>
266
  #include <net-snmp/net-snmp-includes.h>
267
  #include <net-snmp/config_api.h>
267
  #include <net-snmp/config_api.h>
(-)a/common.h (-1 / +1 lines)
Lines 125-131 Link Here
125
#  include <priv.h>
125
#  include <priv.h>
126
#endif
126
#endif
127
127
128
#ifdef USE_NET_SNMP
128
#ifdef HAVE_LIBNETSNMP
129
 #undef PACKAGE_NAME
129
 #undef PACKAGE_NAME
130
 #undef PACKAGE_VERSION
130
 #undef PACKAGE_VERSION
131
 #undef PACKAGE_BUGREPORT
131
 #undef PACKAGE_BUGREPORT

Return to bug 552030