diff options
author | Werner Koch <[email protected]> | 2003-10-02 10:20:12 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-10-02 10:20:12 +0000 |
commit | 99cabff03f3d27f7ac2a12b837b17a538be1fe1f (patch) | |
tree | 0a15a78faf6e50798ededc50e498bcbce28ae2bf /configure.ac | |
parent | * g10.c (main): Add --no-groups to zero --group list. (diff) | |
download | gnupg-99cabff03f3d27f7ac2a12b837b17a538be1fe1f.tar.gz gnupg-99cabff03f3d27f7ac2a12b837b17a538be1fe1f.zip |
* cardglue.c (learn_status_cb): Release values before assignment
so that it can be used by getattr to update the structure.
(agent_scd_getattr): New.
* keylist.c (print_pubkey_info): Add FP arg for optional printing
to a stream. Changed all callers.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index cb393c829..6d7f43755 100644 --- a/configure.ac +++ b/configure.ac @@ -112,6 +112,7 @@ if test "$card_support" = yes ; then AC_DEFINE(ENABLE_CARD_SUPPORT,1, [Define to include the OpenPGP card support]) fi +AM_CONDITIONAL(ENABLE_CARD_SUPPORT, test "$card_support" = yes) dnl See if we are disabling any algorithms or features for a smaller dnl binary @@ -309,6 +310,10 @@ AH_BOTTOM([ #define EXEC_TEMPFILE_ONLY #endif +/* This is the major version number of GnuPG so that + source included files can test for this. */ +#define GNUPG_MAJOR_VERSION 1 + #include "g10defs.h" ]) |