From: Stefan Neis Date: Tue, 9 Mar 2004 12:55:48 +0000 (+0000) Subject: Support --enable-omf on OS/2 _only_. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3cceb09b36fd3b17906050e0d3f694d4409a1a11?ds=inline Support --enable-omf on OS/2 _only_. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure.in b/configure.in index e41b16506c..7e466cf75a 100644 --- a/configure.in +++ b/configure.in @@ -799,7 +799,9 @@ WX_ARG_ENABLE(shared, [ --enable-shared create shared library code WX_ARG_ENABLE(optimise, [ --enable-optimise create optimised code], wxUSE_OPTIMISE) WX_ARG_ENABLE(debug, [ --enable-debug same as debug_flag and debug_info], wxUSE_DEBUG) WX_ARG_ENABLE(stl, [ --enable-stl use STL for containers], wxUSE_STL) -WX_ARG_ENABLE(omf, [ --enable-omf use OMF object format on OS/2], wxUSE_OMF) +if test "$USE_OS2" = "1"; then + WX_ARG_ENABLE(omf, [ --enable-omf use OMF object format], wxUSE_OMF) +fi if test "$wxUSE_DEBUG" = "yes"; then DEFAULT_wxUSE_DEBUG_FLAG=yes