Change pyconfig.h to reflect --enable-framework

This commit is contained in:
Luboš Doležel 2016-02-19 08:43:48 +01:00
parent 32d40b76d1
commit fe13088272
2 changed files with 2 additions and 2 deletions

View File

@ -978,7 +978,7 @@
/* Define if you want to produce an OpenStep/Rhapsody framework (shared /* Define if you want to produce an OpenStep/Rhapsody framework (shared
library plus accessory files). */ library plus accessory files). */
/* #undef WITH_NEXT_FRAMEWORK */ #define WITH_NEXT_FRAMEWORK 1
/* Define if you want to compile in Python-specific mallocs */ /* Define if you want to compile in Python-specific mallocs */
#define WITH_PYMALLOC 1 #define WITH_PYMALLOC 1

View File

@ -1121,7 +1121,7 @@
/* Define if you want to produce an OpenStep/Rhapsody framework (shared /* Define if you want to produce an OpenStep/Rhapsody framework (shared
library plus accessory files). */ library plus accessory files). */
/* #undef WITH_NEXT_FRAMEWORK */ #define WITH_NEXT_FRAMEWORK 1
/* Define if you want to compile in Python-specific mallocs */ /* Define if you want to compile in Python-specific mallocs */
#define WITH_PYMALLOC 1 #define WITH_PYMALLOC 1