kopia lustrzana https://gitlab.com/sane-project/backends
Do not duplicate Warning on output
rodzic
40bfec7a6b
commit
43cdc1056a
|
@ -15761,8 +15761,8 @@ if test "$with_snmp" = "yes" && test "${LIBSNMP_EXISTS}x" = "yesx"; then
|
||||||
$as_echo "#define HAVE_LIBSNMP 1" >>confdefs.h
|
$as_echo "#define HAVE_LIBSNMP 1" >>confdefs.h
|
||||||
|
|
||||||
else
|
else
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** Warning: net-snmp library disabled, autodetecting network scanners will not be supported." >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: net-snmp library disabled, autodetecting network scanners will not be supported." >&5
|
||||||
$as_echo "$as_me: WARNING: *** Warning: net-snmp library disabled, autodetecting network scanners will not be supported." >&2;}
|
$as_echo "$as_me: WARNING: net-snmp library disabled, autodetecting network scanners will not be supported." >&2;}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -180,7 +180,7 @@ if test "$with_snmp" = "yes" && test "${LIBSNMP_EXISTS}x" = "yesx"; then
|
||||||
AC_SUBST(SNMP_CFLAGS)
|
AC_SUBST(SNMP_CFLAGS)
|
||||||
AC_DEFINE(HAVE_LIBSNMP, 1, [Define to 1 if you have the net-snmp library.])
|
AC_DEFINE(HAVE_LIBSNMP, 1, [Define to 1 if you have the net-snmp library.])
|
||||||
else
|
else
|
||||||
AC_MSG_WARN([*** Warning: net-snmp library disabled, autodetecting network scanners will not be supported.])
|
AC_MSG_WARN([net-snmp library disabled, autodetecting network scanners will not be supported.])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue