SME9 compatibility (perl lib path)

This commit is contained in:
Daniel Berteaud 2013-11-13 11:37:35 +01:00
parent 7e7cd98247
commit 03aba10210

View File

@ -32,7 +32,8 @@ else{
</LocationMatch> </LocationMatch>
HERE HERE
} }
if (-e '/usr/lib/perl5/site_perl/Apache/FilterChangeLength.pm'){ if (-e '/usr/lib/perl5/site_perl/Apache/FilterChangeLength.pm' ||
-e '/usr/share/perl5/vendor_perl/Apache/FilterChangeLength.pm'){
# Looks like iPasserelle groupware is installed # Looks like iPasserelle groupware is installed
# SOPE doesn't supports chunked encoding # SOPE doesn't supports chunked encoding
# the following makes it happy # the following makes it happy