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:
10
configure.in
10
configure.in
@@ -777,6 +777,8 @@ else
|
|||||||
DEFAULT_wxUSE_APPLE_IEEE=yes
|
DEFAULT_wxUSE_APPLE_IEEE=yes
|
||||||
|
|
||||||
DEFAULT_wxUSE_LOG=yes
|
DEFAULT_wxUSE_LOG=yes
|
||||||
|
DEFAULT_wxUSE_LOGWINDOW=yes
|
||||||
|
DEFAULT_wxUSE_LOGGUI=yes
|
||||||
|
|
||||||
DEFAULT_wxUSE_GUI=yes
|
DEFAULT_wxUSE_GUI=yes
|
||||||
|
|
||||||
@@ -3415,6 +3417,14 @@ fi
|
|||||||
|
|
||||||
if test "$wxUSE_LOG" = "yes"; then
|
if test "$wxUSE_LOG" = "yes"; then
|
||||||
AC_DEFINE(wxUSE_LOG)
|
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
|
fi
|
||||||
|
|
||||||
if test "$wxUSE_LONGLONG" = "yes"; then
|
if test "$wxUSE_LONGLONG" = "yes"; then
|
||||||
|
Reference in New Issue
Block a user