Apparently, autoreconf on the server somehow missed the HAVE_LIBSNMP variable...

merge-requests/1/head
Reinhold Kainhofer 2011-01-20 18:51:26 +01:00
rodzic 0e2432be53
commit a3cf04dd9b
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -177,7 +177,7 @@ fi
if test "$with_snmp" = "yes"; then
LIBS="$LIBS $SNMP_LIBS"
CFLAGS="$CFLAGS $SNMP_CFLAGS"
AC_DEFINE([HAVE_LIBSNMP], [1], [net-snmp library is available])
AC_DEFINE(HAVE_LIBSNMP, 1, [Define to 1 if you have the net-snmp library.])
else
AC_MSG_WARN([*** Warning: net-snmp library disabled, autodetecting network scanners will not be supported.])
fi

Wyświetl plik

@ -162,6 +162,9 @@
/* Define to 1 if you have the libjpeg library. */
#undef HAVE_LIBJPEG
/* Define to 1 if you have the net-snmp library. */
#undef HAVE_LIBSNMP
/* Define to 1 if you have libusb. */
#undef HAVE_LIBUSB