diff options
Diffstat (limited to 'tests/gpg/t-gpgconf.c')
| -rw-r--r-- | tests/gpg/t-gpgconf.c | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/tests/gpg/t-gpgconf.c b/tests/gpg/t-gpgconf.c index 458bbe75..a619a465 100644 --- a/tests/gpg/t-gpgconf.c +++ b/tests/gpg/t-gpgconf.c @@ -254,6 +254,11 @@ main (int argc, char **argv)    gpgme_conf_comp_t conf;    gpgme_conf_comp_t comp;    int first; + +#ifndef ENABLE_GPGCONF +  return 0; +#endif +    init_gpgme (GPGME_PROTOCOL_GPGCONF);    err = gpgme_new (&ctx); | 
