diff options
author | Werner Koch <wk@gnupg.org> | 2015-04-24 16:10:15 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2015-04-24 16:10:15 +0200 |
commit | 575230d91bba95697518da418ea0e8712f889a0f (patch) | |
tree | 382b577e91c4aa3b335481e6bf170ce0161fee7a /kbx | |
parent | common: Remove libjnlib-config.h (jnlib merge). (diff) | |
download | gnupg2-575230d91bba95697518da418ea0e8712f889a0f.tar.xz gnupg2-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 <wk@gnupg.org>
Diffstat (limited to 'kbx')
-rw-r--r-- | kbx/kbxutil.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kbx/kbxutil.c b/kbx/kbxutil.c index 368c02d22..178b9e8e0 100644 --- a/kbx/kbxutil.c +++ b/kbx/kbxutil.c @@ -28,7 +28,6 @@ #include <limits.h> #include <assert.h> -#define JNLIB_NEED_LOG_LOGV #include <gpg-error.h> #include "../common/logging.h" #include "../common/argparse.h" |