set wxUSE_TOOLBAR_NATIVE to 0 when --enable-universal is used
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
27cc91429d
commit
452b624353
6
configure
vendored
6
configure
vendored
@ -44813,8 +44813,10 @@ _ACEOF
|
||||
|
||||
USES_CONTROLS=1
|
||||
|
||||
wxUSE_TOOLBAR_NATIVE="yes"
|
||||
if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
|
||||
if test "$wxUSE_UNIVERSAL" = "yes"; then
|
||||
wxUSE_TOOLBAR_NATIVE="no"
|
||||
else
|
||||
wxUSE_TOOLBAR_NATIVE="yes"
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define wxUSE_TOOLBAR_NATIVE 1
|
||||
_ACEOF
|
||||
|
@ -6607,8 +6607,10 @@ if test "$wxUSE_TOOLBAR" = "yes"; then
|
||||
AC_DEFINE(wxUSE_TOOLBAR)
|
||||
USES_CONTROLS=1
|
||||
|
||||
wxUSE_TOOLBAR_NATIVE="yes"
|
||||
if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
|
||||
if test "$wxUSE_UNIVERSAL" = "yes"; then
|
||||
wxUSE_TOOLBAR_NATIVE="no"
|
||||
else
|
||||
wxUSE_TOOLBAR_NATIVE="yes"
|
||||
AC_DEFINE(wxUSE_TOOLBAR_NATIVE)
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user