From 37e548439a4f804d29683819c6c7231138033a9a Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 24 Oct 2006 19:09:08 +0000 Subject: [PATCH] Put wxUSE_DETECT where it won't get overritten git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.h.in b/setup.h.in index 0c66db0e9a..5dd6edd484 100644 --- a/setup.h.in +++ b/setup.h.in @@ -754,6 +754,12 @@ */ #define CONST_COMPATIBILITY 0 +/* + * use the session manager to detect KDE/GNOME + */ +#define wxUSE_DETECT_SM 0 + + /* define with the name of timezone variable */ #undef WX_TIMEZONE -- 2.47.2