Pārlūkot izejas kodu

Merge branch 'master' into post-header-recv

Sebastian Wolf 6 gadi atpakaļ
vecāks
revīzija
97fef94b19
2 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 2 1
      NEWS
  2. 1 1
      configure.ac

+ 2 - 1
NEWS

@@ -1,8 +1,9 @@
 This file documents the major additions and syntax changes between releases.
 
-2.3.3 2020-03-??
+2.3.2 2020-03-??
 	FIXES
 	check_http: Fix several issues related to page length calculation (#535, #533, #536)
+	check_icmp: fix issues when not running in debug mode (#530)
 
 2.3.2 2020-02-20
 	FIXES

+ 1 - 1
configure.ac

@@ -1502,7 +1502,7 @@ else
 	AC_MSG_WARN([Tried $PERL - install Net::SNMP perl module if you want to use the perl snmp plugins])
 fi
 
-if ( $PERL -M"Crypt::X509" -M"Date::Parse" -M"LWP::Simple" -M "Text::Glob" -e 'exit' 2>/dev/null )
+if ( $PERL -M"Crypt::X509" -M"Date::Parse" -M"LWP::Simple" -M"Text::Glob" -e 'exit' 2>/dev/null )
 then
   AC_MSG_CHECKING(for Crypt::X509, Date::Parse, LWP::Simple, Text::Glob perl modules)
   AC_MSG_RESULT([found])