mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Drop superfluous check for threads library
This is already checked by our CMake configuration.
This commit is contained in:
parent
c09ef9eea0
commit
310354d13f
@ -464,9 +464,6 @@ redirect_stdout (void)
|
|||||||
|
|
||||||
Gnucash::CoreApp::CoreApp ()
|
Gnucash::CoreApp::CoreApp ()
|
||||||
{
|
{
|
||||||
#if !defined(G_THREADS_ENABLED) || defined(G_THREADS_IMPL_NONE)
|
|
||||||
# error "No GLib thread implementation available!"
|
|
||||||
#endif
|
|
||||||
#ifdef ENABLE_BINRELOC
|
#ifdef ENABLE_BINRELOC
|
||||||
{
|
{
|
||||||
GError *binreloc_error = NULL;
|
GError *binreloc_error = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user