From 337a3714b6e5fd12cbfbca098e312d5ebd0e3b68 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 16 May 2004 12:12:48 +0000 Subject: [PATCH 1/1] Work-around for compilation problems on OS/2. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 81fc47f931..8b75727fe8 100644 --- a/configure.in +++ b/configure.in @@ -1540,7 +1540,7 @@ case "${host}" in fi fi if test "$wxUSE_OMF" = "yes"; then - LDFLAGS="$LDFLAGS -Zlinker /PMTYPE:PM -Zlinker /EXEPACK" + LDFLAGS="$LDFLAGS -Zomf -Zlinker /PMTYPE:PM -Zlinker /EXEPACK" fi dnl (end of OS/2-only piece) ;; -- 2.45.2