Fix wxUSE_XTEST location in include/wx/osx/setup.h

Move it out from the auto-generated section to avoid losing it during the next
build/update-setup-h execution (see e24bc249e4
which added this option in the wrong place).
This commit is contained in:
Vadim Zeitlin 2017-05-28 16:18:12 +02:00
parent 7ce3693956
commit 5283fa14a7

View File

@ -1439,10 +1439,6 @@
// Compile wxUIActionSimulator class?
#define wxUSE_UIACTIONSIMULATOR 1
// This is only used under Unix, but needs to be defined here as it's checked
// by wx/unix/chkconf.h.
#define wxUSE_XTEST 0
// ----------------------------------------------------------------------------
// wxDC classes for various output formats
// ----------------------------------------------------------------------------
@ -1553,6 +1549,10 @@
*/
#define wxUSE_GSTREAMER 0
// This is only used under Unix, but needs to be defined here as it's checked
// by wx/unix/chkconf.h.
#define wxUSE_XTEST 0
// ----------------------------------------------------------------------------
// Mac-specific settings
// ----------------------------------------------------------------------------