Build
-----
+- Use -xcode=pic32 for CCSHARED on Solaris with SunPro.
+
- The Windows .msi files are now compressed using lzx:21. This produces a
significantly smaller installer.
#! /bin/sh
-# From configure.in Revision: 39265 .
+# From configure.in Revision: 41546 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for python 2.4.
#
case $ac_sys_system/$ac_sys_release in
SunOS*) if test "$GCC" = yes;
then CCSHARED="-fPIC";
+ else CCSHARED="-xcode=pic32";
fi;;
hp*|HP*) if test "$GCC" = yes;
then CCSHARED="-fPIC";
case $ac_sys_system/$ac_sys_release in
SunOS*) if test "$GCC" = yes;
then CCSHARED="-fPIC";
+ else CCSHARED="-xcode=pic32";
fi;;
hp*|HP*) if test "$GCC" = yes;
then CCSHARED="-fPIC";