[Python-checkins] CVS: distutils/distutils sysconfig.py,1.21,1.22

Greg Ward python-dev@python.org
Mon, 26 Jun 2000 18:59:45 -0700


Update of /cvsroot/python/distutils/distutils
In directory slayer.i.sourceforge.net:/tmp/cvs-serv3378

Modified Files:
	sysconfig.py 
Log Message:
Oops, only do that AIX hack on AIX.

Index: sysconfig.py
===================================================================
RCS file: /cvsroot/python/distutils/distutils/sysconfig.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** sysconfig.py	2000/06/27 01:59:06	1.21
--- sysconfig.py	2000/06/27 01:59:43	1.22
***************
*** 247,251 ****
      # -- these paths are relative to the Python source, but when installed
      # the scripts are in another directory.
!     if sys.platform: # == 'aix4':          # what about AIX 3.x ?
          # Linker script is in the config directory, not in Modules as the
          # Makefile says.
--- 247,251 ----
      # -- these paths are relative to the Python source, but when installed
      # the scripts are in another directory.
!     if sys.platform == 'aix4':          # what about AIX 3.x ?
          # Linker script is in the config directory, not in Modules as the
          # Makefile says.