From cab87307a9c09f10434fd87d87958e5a330028d5 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 30 Nov 2007 19:45:52 +0000 Subject: [PATCH] Use ?= assignment operator for WX_UNICODE so it can be overridden from the environment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@50369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- debian/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 6b3c450e03..261aea1759 100755 --- a/debian/rules +++ b/debian/rules @@ -148,7 +148,7 @@ GTK_CONFIGURE_OPTIONS = $(COMMON_CONFIGURE_OPTIONS) \ pytoolkit := gtk2 PY_WX_CONFIG_OPTIONS = --version=$(release) --toolkit=$(pytoolkit) --static=no -WX_UNICODE := 1 +WX_UNICODE ?= 1 WX_OPENGL := 1 ifeq ($(WX_UNICODE),1) @@ -299,7 +299,6 @@ install_all_native := $(install_all_arch) $(install_all_indep) install_all := $(install_all_native) $(install_all_cross) - #--------------------------------------------------------------------------- # Setup Rules: