[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] (no subject)
From: |
Greg Chicares |
Subject: |
[lmi-commits] (no subject) |
Date: |
Thu, 9 Jun 2016 23:17:40 +0000 (UTC) |
branch: master
commit 0502765e2a6389edb7a1232f32a9e4c9102a429e
Author: Gregory W. Chicares <address@hidden>
Date: Thu Jun 9 23:05:50 2016 +0000
Build wx with threads enabled
Rationale:
http://lists.nongnu.org/archive/html/lmi/2016-06/msg00051.html
---
install_wx.make | 1 -
wx_checks.cpp | 9 ---------
2 files changed, 10 deletions(-)
diff --git a/install_wx.make b/install_wx.make
index f2129ef..41d7ffa 100644
--- a/install_wx.make
+++ b/install_wx.make
@@ -116,7 +116,6 @@ config_options = \
--disable-ribbon \
--disable-richtext \
--disable-stc \
- --disable-threads \
--disable-webview \
--enable-monolithic \
--enable-shared \
diff --git a/wx_checks.cpp b/wx_checks.cpp
index 0f1fb2a..be6a7b9 100644
--- a/wx_checks.cpp
+++ b/wx_checks.cpp
@@ -65,12 +65,3 @@
# error Disable wxUSE_GIF in wx setup.
#endif // wxUSE_GIF
-// This application is single threaded, and wasn't designed to be
-// thread safe. It might work perfectly well if compiled with thread
-// support enabled (but not used), but that has never been tested, and
-// presumably would require changes to the lmi makefiles.
-//
-#if wxUSE_THREADS
-# error Disable wxUSE_THREADS in wx setup.
-#endif // wxUSE_THREADS
-