4
0
Эх сурвалжийг харах

Fix typo in check for required perl modules for check_ssl_validity

Benjamin Urban 6 жил өмнө
parent
commit
2fc8c030eb
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      configure.ac

+ 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])
 	AC_MSG_WARN([Tried $PERL - install Net::SNMP perl module if you want to use the perl snmp plugins])
 fi
 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
 then
   AC_MSG_CHECKING(for Crypt::X509, Date::Parse, LWP::Simple, Text::Glob perl modules)
   AC_MSG_CHECKING(for Crypt::X509, Date::Parse, LWP::Simple, Text::Glob perl modules)
   AC_MSG_RESULT([found])
   AC_MSG_RESULT([found])