diff --git a/gnucash/gnucash-core-app.cpp b/gnucash/gnucash-core-app.cpp index a7bd134574..a101e107ba 100644 --- a/gnucash/gnucash-core-app.cpp +++ b/gnucash/gnucash-core-app.cpp @@ -464,9 +464,6 @@ redirect_stdout (void) Gnucash::CoreApp::CoreApp () { - #if !defined(G_THREADS_ENABLED) || defined(G_THREADS_IMPL_NONE) - # error "No GLib thread implementation available!" - #endif #ifdef ENABLE_BINRELOC { GError *binreloc_error = NULL;