From 5283fa14a7a42eb2e20a57451502915eb08a65f6 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 28 May 2017 16:18:12 +0200 Subject: [PATCH] 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 e24bc249e463a18fcb52d6257b565b2a1253a80d which added this option in the wrong place). --- include/wx/osx/setup0.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/wx/osx/setup0.h b/include/wx/osx/setup0.h index f9f1e7c952..384a9639de 100644 --- a/include/wx/osx/setup0.h +++ b/include/wx/osx/setup0.h @@ -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 // ----------------------------------------------------------------------------