more work on hopefully fixing #6862
This commit is contained in:
parent
ab96483e01
commit
3ef39e51f3
@ -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
|
||||||
|
@ -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)
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user