diff options
author | Werner Koch <[email protected]> | 2010-04-21 09:56:43 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-04-21 09:56:43 +0000 |
commit | 00f8eafbef6ac2b936e25be387e6003192e5d5e0 (patch) | |
tree | 80d1bd8985a2b3ed9834627a46e1803885a9d491 | |
parent | Reindented (diff) | |
download | gnupg-00f8eafbef6ac2b936e25be387e6003192e5d5e0.tar.gz gnupg-00f8eafbef6ac2b936e25be387e6003192e5d5e0.zip |
Disable card support for now
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cf1c09154..337f22f2e 100644 --- a/configure.ac +++ b/configure.ac @@ -454,7 +454,7 @@ AH_BOTTOM([ #define HTTP_NO_WSASTARTUP /* We always include support for the OpenPGP card. */ -#define ENABLE_CARD_SUPPORT 1 +/* Disabled for now ENABLE_CARD_SUPPORT 1 */ /* We explicitly need to disable PTH's soft mapping as Debian currently enables it by default for no reason. */ |