From: Robin Dunn Date: Fri, 23 Jul 2004 05:07:00 +0000 (+0000) Subject: Default value for WX_CONFIG X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/adce89c32fb4bda08df7bbe4f686e80d0947068e?ds=inline Default value for WX_CONFIG git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/config.py b/wxPython/config.py index f522db9e20..af86694f6d 100644 --- a/wxPython/config.py +++ b/wxPython/config.py @@ -253,6 +253,7 @@ def Verify_WX_CONFIG(): # if WX_CONFIG hasn't been set to an explicit value then construct one. global WX_CONFIG if WX_CONFIG is None: + WX_CONFIG='wx-config' port = WXPORT if port == "x11": port = "x11univ"