From 50c7b3cd580094e6e647019fea818f32dbe991d4 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 24 Nov 2002 16:13:02 +0000 Subject: [PATCH] Added work-arounds for current problems with OS/2's PM port. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.in b/configure.in index 360c024f23..8009932611 100644 --- a/configure.in +++ b/configure.in @@ -2457,6 +2457,11 @@ equivalent variable and GTK+ is version 1.2.3 or above. if test "$wxUSE_PM" = 1; then TOOLKIT=PM GUIDIST=GTK_DIST + AC_MSG_WARN([OS/2 PM requires old resource format, re-enabled]) + wxUSE_PROLOGIO="yes" + wxUSE_RESOURCES="yes" + AC_MSG_WARN([OS/2 threads are not yet supported... disabled]) + wxUSE_THREADS="no" fi dnl the name of the directory where the files for this toolkit live