summaryrefslogtreecommitdiffstats
path: root/kbx
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2015-04-24 16:10:15 +0200
committerWerner Koch <wk@gnupg.org>2015-04-24 16:10:15 +0200
commit575230d91bba95697518da418ea0e8712f889a0f (patch)
tree382b577e91c4aa3b335481e6bf170ce0161fee7a /kbx
parentcommon: Remove libjnlib-config.h (jnlib merge). (diff)
downloadgnupg2-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.c1
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"