strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
configure: Fix typo when enabling CPAN modules as dependency
[strongswan.git]
/
configure.ac
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
# ===========================================