diff options
author | Werner Koch <[email protected]> | 2015-04-24 14:10:15 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-04-24 14:10:15 +0000 |
commit | 575230d91bba95697518da418ea0e8712f889a0f (patch) | |
tree | 382b577e91c4aa3b335481e6bf170ce0161fee7a /scd/scdaemon.c | |
parent | common: Remove libjnlib-config.h (jnlib merge). (diff) | |
download | gnupg-575230d91bba95697518da418ea0e8712f889a0f.tar.gz gnupg-575230d91bba95697518da418ea0e8712f889a0f.zip |
common: Remove two JNLIB_ macros (jnlib merge).
* configure.ac: Merge seperate jnlib checks.
(HAVE_JNLIB_LOGGING): Remove.
* common/logging.c, common/simple-pwquery.c (JNLIB_NEED_AFLOCAL):
Rename to GNUPG_COMMON_NEED_AFLOCAL. Change all tests.
--
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'scd/scdaemon.c')
-rw-r--r-- | scd/scdaemon.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scd/scdaemon.c b/scd/scdaemon.c index 39925ce99..2cabee87d 100644 --- a/scd/scdaemon.c +++ b/scd/scdaemon.c @@ -37,8 +37,7 @@ #include <signal.h> #include <npth.h> -#define JNLIB_NEED_LOG_LOGV -#define JNLIB_NEED_AFLOCAL +#define GNUPG_COMMON_NEED_AFLOCAL #include "scdaemon.h" #include <ksba.h> #include <gcrypt.h> |