summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2011-09-29 08:06:26 +0200
committerTobi Oetiker <tobi@oetiker.ch>2011-09-29 08:06:26 +0200
commiteb2af9461f2a1282701a68505b1ba00eddd99adf (patch)
tree36ed236b1ed3db7b691fcce79d8ff2ab86dc92c1 /configure.ac
parent3acd454b9c2d9c5e2f6255c5c6472a99b2d0f1dc (diff)
downloadsmokeping-eb2af9461f2a1282701a68505b1ba00eddd99adf.tar.gz
smokeping-eb2af9461f2a1282701a68505b1ba00eddd99adf.tar.xz
update install documentation
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])