Do not duplicate Warning on output

merge-requests/1/head
Olaf Meeuwissen 2016-06-15 20:18:25 +09:00
rodzic 40bfec7a6b
commit 43cdc1056a
2 zmienionych plików z 3 dodań i 3 usunięć

4
configure vendored
Wyświetl plik

@ -15761,8 +15761,8 @@ if test "$with_snmp" = "yes" && test "${LIBSNMP_EXISTS}x" = "yesx"; then
$as_echo "#define HAVE_LIBSNMP 1" >>confdefs.h
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: WARNING: *** Warning: net-snmp library disabled, autodetecting network scanners will not be supported." >&2;}
{ $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: net-snmp library disabled, autodetecting network scanners will not be supported." >&2;}
fi

Wyświetl plik

@ -180,7 +180,7 @@ if test "$with_snmp" = "yes" && test "${LIBSNMP_EXISTS}x" = "yesx"; then
AC_SUBST(SNMP_CFLAGS)
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.])
AC_MSG_WARN([net-snmp library disabled, autodetecting network scanners will not be supported.])
fi