]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h
authorChristian Heimes <christian@cheimes.de>
Wed, 20 Nov 2013 16:40:31 +0000 (17:40 +0100)
committerChristian Heimes <christian@cheimes.de>
Wed, 20 Nov 2013 16:40:31 +0000 (17:40 +0100)
Misc/NEWS
PC/pyconfig.h

index be6a1197c5a2305003ce43533d95deaebc73d694..d39e65c6fd6e6ae65ddd87cfaa0b6f632de1707f 100644 (file)
--- 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.
 
index 8b3d60f2f160fb669955fb843088a90a4169e5aa..299527db7d402f9875347b8c129cfd110f6a2148 100644 (file)
@@ -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