From ca275b383f270c6599bd28b848ab18aa62f27f7e Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 26 Aug 2009 17:29:57 +0200 Subject: [PATCH] fixed two typos --- configure.in | 4 ++-- 1 file 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