From: Christian Heimes Date: Wed, 20 Nov 2013 16:40:31 +0000 (+0100) Subject: Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h X-Git-Tag: v3.4.0b1~156 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=552e6c7284b9fd45707facee67b2105e858502f6;p=thirdparty%2FPython%2Fcpython.git Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h --- diff --git a/Misc/NEWS b/Misc/NEWS index be6a1197c5a2..d39e65c6fd6e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -307,6 +307,8 @@ Tests Build ----- +- Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h + - Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH for nmake.exe correctly. diff --git a/PC/pyconfig.h b/PC/pyconfig.h index 8b3d60f2f160..299527db7d40 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -74,8 +74,6 @@ WIN32 is still required for the locale module. #define DONT_HAVE_SIG_PAUSE #define LONG_BIT 32 #define WORD_BIT 32 -#define PREFIX "" -#define EXEC_PREFIX "" #define MS_WIN32 /* only support win32 and greater. */ #define MS_WINDOWS