]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
Added header preprocessor guard
[wxWidgets.git] / configure.in
index ea464910a8c72dd3bdd7d49765963df1412bc808..529f13d10de1a19d0d262bc3134cb58eabd72f20 100644 (file)
@@ -1144,14 +1144,6 @@ dnl Path separator; ':' for unix, ';' for OS/2
 case "${host}" in
   *-pc-os2_emx | *-pc-os2-emx )
     PATH_IFS=';'
-    dnl Handle OMF support
-    if test "$wxUSE_OMF" = "yes"; then
-      AR=emxomfar
-      RANLIB=:
-      LDFLAGS="-Zomf $LDFLAGS"
-      CFLAGS="-Zomf $CFLAGS"
-      CXXFLAGS="-Zomf $CXXFLAGS"
-    fi
   ;;
   *)
     PATH_IFS=':'