strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e2b740
)
configure: Fix typo when enabling CPAN modules as dependency
author
Tobias Brunner
<tobias@strongswan.org>
Mon, 14 Dec 2015 09:45:48 +0000
(10:45 +0100)
committer
Tobias Brunner
<tobias@strongswan.org>
Mon, 14 Dec 2015 10:49:51 +0000
(11:49 +0100)
Fixes:
a17b6d469c10
("Built the CPAN file structure for the Vici::Session perl module")
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
944e37e
..
1c7756b
100644
(file)
--- 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
- p
ython
_cpan=true
+ p
erl
_cpan=true
fi
# ===========================================