]> git.saurik.com Git - wxWidgets.git/commitdiff
Work-around for compilation problems on OS/2.
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 16 May 2004 12:12:48 +0000 (12:12 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 16 May 2004 12:12:48 +0000 (12:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure.in

index 81fc47f931c3299511099c11bcfb512fcba6c9c0..8b75727fe8d6541fb3e00347ac2dc35b4f008ba1 100644 (file)
@@ -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)
   ;;