more work on hopefully fixing #6862

This commit is contained in:
Christian Grothoff 2021-05-14 18:08:45 +02:00
parent ab96483e01
commit 3ef39e51f3
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
4 changed files with 4 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
# #
# This file is part of TALER # This file is part of TALER
# Copyright (C) 2014, 2015, 2016, 2017, 2018 Taler Systems SA # Copyright (C) 2014-2021 Taler Systems SA
# #
# TALER is free software; you can redistribute it and/or modify it under the # TALER is free software; you can redistribute it and/or modify it under the
# terms of the GNU General Public License as published by the Free Software # terms of the GNU General Public License as published by the Free Software

View File

@ -31,6 +31,9 @@
# include "taler_config.h" # include "taler_config.h"
# endif # endif
#endif #endif
/* For the exchange build, we do NOT want gettext, even
if it is available! */
#undef ENABLE_NLS
#if (GNUNET_EXTRA_LOGGING >= 1) #if (GNUNET_EXTRA_LOGGING >= 1)

View File

@ -32,9 +32,6 @@
* private key. This is done by reference counting (as work is always * private key. This is done by reference counting (as work is always
* assigned and collected by the main thread). * assigned and collected by the main thread).
*/ */
#include "taler_config.h"
#define HAVE_USED_CONFIG_H
#undef ENABLE_NLS
#include "platform.h" #include "platform.h"
#include "taler_util.h" #include "taler_util.h"
#include "taler-exchange-secmod-eddsa.h" #include "taler-exchange-secmod-eddsa.h"

View File

@ -32,9 +32,6 @@
* private key. This is done by reference counting (as work is always * private key. This is done by reference counting (as work is always
* assigned and collected by the main thread). * assigned and collected by the main thread).
*/ */
#include "taler_config.h"
#define HAVE_USED_CONFIG_H
#undef ENABLE_NLS
#include "platform.h" #include "platform.h"
#include "taler_util.h" #include "taler_util.h"
#include "taler-exchange-secmod-rsa.h" #include "taler-exchange-secmod-rsa.h"