Fixes for compilation problems on Solaris(!).
Added detection of glibc2 to fix Linux compilation problems. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -55,6 +55,10 @@
|
||||
* Use Threads
|
||||
*/
|
||||
#define wxUSE_THREADS 0
|
||||
/*
|
||||
* Have glibc2
|
||||
*/
|
||||
#define wxHAVE_GLIBC2 0
|
||||
|
||||
//------------------------------------------------------------------------
|
||||
// GUI control options (allways enabled in wxGTK)
|
||||
|
Reference in New Issue
Block a user