diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8473cd7..89e5553 100644 --- a/configure.ac +++ b/configure.ac @@ -210,7 +210,9 @@ AH_BOTTOM([ #define _ESTREAM_PRINTF_REALLOC _gpgrt_realloc #define _ESTREAM_PRINTF_EXTRA_INCLUDE "gpgrt-int.h" -/* For building we need to define these macro. */ +/* For building we need to define these macro. Note that they + * are undef-ed in tests/t-version.c so that we don't accidently + * use them in the public API. */ #define GPG_ERR_ENABLE_GETTEXT_MACROS 1 #define GPGRT_ENABLE_ES_MACROS 1 #define GPGRT_ENABLE_LOG_MACROS 1 |