configure: Fix typo when enabling CPAN modules as dependency

Fixes: a17b6d469c ("Built the CPAN file structure for the Vici::Session perl module")
This commit is contained in:
Tobias Brunner 2015-12-14 10:45:48 +01:00
parent 5e2b740a00
commit 020d8c8f26
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ if test x$python_eggs_install = xtrue; then
fi
if test x$perl_cpan_install = xtrue; then
python_cpan=true
perl_cpan=true
fi
# ===========================================