From: Tobias Brunner Date: Mon, 14 Dec 2015 09:45:48 +0000 (+0100) Subject: configure: Fix typo when enabling CPAN modules as dependency X-Git-Tag: 5.4.0dr2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=020d8c8f26e49d70a242a4de4e5906e30ab07948;p=thirdparty%2Fstrongswan.git configure: Fix typo when enabling CPAN modules as dependency Fixes: a17b6d469c10 ("Built the CPAN file structure for the Vici::Session perl module") --- diff --git a/configure.ac b/configure.ac index 944e37e374..1c7756b6cf 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 # ===========================================