define wxUSE_LOGGUI/WINDOW by default

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-07-02 10:35:58 +00:00
parent ee993c7410
commit d73be7149f
2 changed files with 600 additions and 574 deletions

1164
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -777,6 +777,8 @@ else
DEFAULT_wxUSE_APPLE_IEEE=yes
DEFAULT_wxUSE_LOG=yes
DEFAULT_wxUSE_LOGWINDOW=yes
DEFAULT_wxUSE_LOGGUI=yes
DEFAULT_wxUSE_GUI=yes
@ -3415,6 +3417,14 @@ fi
if test "$wxUSE_LOG" = "yes"; then
AC_DEFINE(wxUSE_LOG)
if test "$wxUSE_LOGGUI" = "yes"; then
AC_DEFINE(wxUSE_LOGGUI)
fi
if test "$wxUSE_LOGWINDOW" = "yes"; then
AC_DEFINE(wxUSE_LOGWINDOW)
fi
fi
if test "$wxUSE_LONGLONG" = "yes"; then