diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-08-26 17:29:57 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-08-26 17:29:57 +0200 |
commit | ca275b383f270c6599bd28b848ab18aa62f27f7e (patch) | |
tree | ab0207bfef17badb2a8a4301f73c3dab118c6c7b /configure.in | |
parent | 083142c4a04e0f9f7d504242f4c48086b0990beb (diff) | |
download | strongswan-ca275b383f270c6599bd28b848ab18aa62f27f7e.tar.bz2 strongswan-ca275b383f270c6599bd28b848ab18aa62f27f7e.tar.xz |
fixed two typos
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 061cb1177..c29454bd8 100644 --- a/configure.in +++ b/configure.in @@ -289,7 +289,7 @@ AC_ARG_ENABLE( AC_ARG_ENABLE( [pkcs1], - AS_HELP_STRING([--disable-pkcs],[disable PKCS1 key decoding plugin. (default is NO).]), + AS_HELP_STRING([--disable-pkcs1],[disable PKCS1 key decoding plugin. (default is NO).]), [if test x$enableval = xyes; then pkcs1=true else @@ -300,7 +300,7 @@ AC_ARG_ENABLE( AC_ARG_ENABLE( [pgp], - AS_HELP_STRING([--disable-pkcs],[disable PGP key decoding plugin. (default is NO).]), + AS_HELP_STRING([--disable-pgp],[disable PGP key decoding plugin. (default is NO).]), [if test x$enableval = xyes; then pgp=true else |