From 020d8c8f26e49d70a242a4de4e5906e30ab07948 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 14 Dec 2015 10:45:48 +0100 Subject: [PATCH] configure: Fix typo when enabling CPAN modules as dependency Fixes: a17b6d469c10 ("Built the CPAN file structure for the Vici::Session perl module") --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 944e37e37..1c7756b6c 100644 --- a/configure.ac +++ b/configure.ac @@ -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 # ===========================================