[Python-checkins] CVS: python/dist/src/Lib/distutils/command build_ext.py,1.74,1.75

Martin v. L?wis loewis@users.sourceforge.net
Thu, 26 Jul 2001 06:41:07 -0700


Update of /cvsroot/python/python/dist/src/Lib/distutils/command
In directory usw-pr-cvs1:/tmp/cvs-serv9816/Lib/distutils/command

Modified Files:
	build_ext.py 
Log Message:
Patch #411138: Rename config.h to pyconfig.h.  Closes bug #231774.


Index: build_ext.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/build_ext.py,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -d -r1.74 -r1.75
*** build_ext.py	2001/03/17 20:15:41	1.74
--- build_ext.py	2001/07/26 13:41:05	1.75
***************
*** 126,130 ****
          
  
!         # Make sure Python's include directories (for Python.h, config.h,
          # etc.) are in the include search path.
          py_include = sysconfig.get_python_inc()
--- 126,130 ----
          
  
!         # Make sure Python's include directories (for Python.h, pyconfig.h,
          # etc.) are in the include search path.
          py_include = sysconfig.get_python_inc()
***************
*** 593,597 ****
          # The python library is always needed on Windows.  For MSVC, this
          # is redundant, since the library is mentioned in a pragma in
!         # config.h that MSVC groks.  The other Windows compilers all seem
          # to need it mentioned explicitly, though, so that's what we do.
          # Append '_d' to the python import library on debug builds.
--- 593,597 ----
          # The python library is always needed on Windows.  For MSVC, this
          # is redundant, since the library is mentioned in a pragma in
!         # pyconfig.h that MSVC groks.  The other Windows compilers all seem
          # to need it mentioned explicitly, though, so that's what we do.
          # Append '_d' to the python import library on debug builds.