Add minimal support for QNX to configure.
Recognize QNX and define __QNX__ under it. Don't use -lpthreads as the thread functions are in libc under QNX. Use wxX11 by default. See #11790. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -97,6 +97,7 @@
|
||||
#undef __NETBSD__
|
||||
#undef __OPENBSD__
|
||||
#undef __OSF__
|
||||
#undef __QNX__
|
||||
#undef __SGI__
|
||||
#undef __SOLARIS__
|
||||
#undef __SUN__
|
||||
|
Reference in New Issue
Block a user