From eb2af9461f2a1282701a68505b1ba00eddd99adf Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Thu, 29 Sep 2011 06:06:26 +0000 Subject: update install documentation --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d8f9cee..930396f 100644 --- a/configure.ac +++ b/configure.ac @@ -74,7 +74,7 @@ if test "$enable_pkgonly" != yes; then if test x$prfx = xNONE; then prfx=$ac_default_prefix fi - for module in RRDs FCGI CGI CGI::Fast Config::Grammar Digest::HMAC_MD5; do + for module in RRDs FCGI CGI CGI::Fast Config::Grammar Digest::HMAC_MD5 LWP; do AC_MSG_CHECKING([checking for perl module '$module']) if ${PERL} -I$prfx/thirdparty/lib/perl5 -e 'use '$module 2>/dev/null ; then AC_MSG_RESULT([Ok]) -- cgit v1.2.3-24-g4f1b