diff options
author | Marcus Brinkmann <[email protected]> | 2001-11-20 04:02:55 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2001-11-20 04:02:55 +0000 |
commit | a1acb1d69a583b0b595e7c766123f8e547f061a8 (patch) | |
tree | 9b703c5c231fb8b742cea5bf8eda6efb3ced3f97 /acconfig.h | |
parent | 2001-11-20 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-a1acb1d69a583b0b595e7c766123f8e547f061a8.tar.gz gpgme-a1acb1d69a583b0b595e7c766123f8e547f061a8.zip |
2001-11-20 Marcus Brinkmann <[email protected]>
* configure.ac (NEED_GPGSM_VERSION): New variable. Treat it
similarly to NEED_GPGSM_VERSION.
* acconfig.h: Likewise.
Diffstat (limited to '')
-rw-r--r-- | acconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -46,6 +46,8 @@ /* Path to the GpgSM binary. */ #undef GPGSM_PATH +/* Min. needed GpgSM version. */ +#undef NEED_GPGSM_VERSION /* Stuff needed by jnlib. */ #undef HAVE_BYTE_TYPEDEF |