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:
Vadim Zeitlin
2010-03-12 22:59:56 +00:00
parent 226441f05f
commit 229251afd8
4 changed files with 50 additions and 5 deletions

View File

@@ -97,6 +97,7 @@
#undef __NETBSD__
#undef __OPENBSD__
#undef __OSF__
#undef __QNX__
#undef __SGI__
#undef __SOLARIS__
#undef __SUN__