diable MDI for wxUNIV builds for now.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2001-10-02 23:52:10 +00:00
parent 985520bc47
commit 1a4f0015e4
2 changed files with 611 additions and 609 deletions

1212
configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -1002,10 +1002,6 @@ WX_ARG_SYS_WITH(regex, [ --with-regex enable support for wxRegEx
WX_ARG_SYS_WITH(zlib, [ --with-zlib use zlib for LZW compression], wxUSE_ZLIB)
WX_ARG_WITH(odbc, [ --with-odbc use the IODBC and wxODBC classes], wxUSE_ODBC)
dnl ====================
dnl compile-time options
dnl ====================
dnl ---------------------------------------------------------------------------
dnl compile options
dnl ---------------------------------------------------------------------------
@@ -1979,6 +1975,10 @@ equivalent variable and GTK+ is version 1.2.3 or above.
PORT_FILES="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
if test "$wxUSE_UNIVERSAL" = "yes"; then
dnl FIXME this should not be a permanent state of affairs.
wxUSE_MDI_ARCHITECTURE=no
AC_MSG_WARN(MDI is not supported for wxUNIVERSAL yet... disabling)
ALL_OBJECTS="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}"
PORT_FILES="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
TOOLKIT_VPATH="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}"