]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/http_getter/configure.in
Raw mode now really considers compressed/not compressed
[helm.git] / helm / http_getter / configure.in
index 7577ae7425e6bade8391864a41215dd5376a4660..7d0c8278185aaeb336bf6bdf30159719e39db766 100644 (file)
@@ -6,7 +6,7 @@ MINOR_VERSION=0
 MICRO_VERSION=2
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
 
-DEFAULT_HELM_LIB_DIR=/usr/local/helm/lib
+DEFAULT_HELM_LIB_DIR=/usr/local/lib/helm
 
 AC_ARG_ENABLE(
        defaults,
@@ -64,7 +64,7 @@ if test $PERL_BINARY = no ; then
 fi
 
 dnl Perl modules checks
-PERL_MODS="HTTP::Daemon HTTP::Status HTTP::Request LWP::UserAgent DB_File Compress::Zlib"
+PERL_MODS="HTTP::Daemon HTTP::Status HTTP::Request LWP::UserAgent DB_File Compress::Zlib CGI"
 PERL_INC=`perl -e 'print(join(" ",@INC))'`
 for perl_mod in $PERL_MODS; do
        AC_MSG_CHECKING("for perl module: $perl_mod")