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 /common/simple-pwquery.h | |
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 'common/simple-pwquery.h')
-rw-r--r-- | common/simple-pwquery.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/common/simple-pwquery.h b/common/simple-pwquery.h index 04ae1f04e..5ae696a6d 100644 --- a/common/simple-pwquery.h +++ b/common/simple-pwquery.h @@ -26,9 +26,7 @@ #include <gcrypt.h> #include "../common/logging.h" -/* Try to write error message using the standard log mechanism. The - current implementation requires that the HAVE_JNLIB_LOGGING is also - defined. */ +/* Try to write error message using the standard gnupg log mechanism. */ #define SPWQ_USE_LOGGING 1 /* Memory allocation functions used by the implementation. Note, that |