components/python/python27/patches/00-bits.patch
changeset 5183 3a048793fc91
parent 4698 4e27e549b58d
child 6445 0edecb568b2e
equal deleted inserted replaced
5182:78cc8a5782fa 5183:3a048793fc91
    11 -AC_PREREQ(2.65)
    11 -AC_PREREQ(2.65)
    12 +AC_PREREQ(2.68)
    12 +AC_PREREQ(2.68)
    13  
    13  
    14  AC_REVISION($Revision$)
    14  AC_REVISION($Revision$)
    15  AC_INIT(python, PYTHON_VERSION, http://bugs.python.org/)
    15  AC_INIT(python, PYTHON_VERSION, http://bugs.python.org/)
    16 @@ -2098,12 +2098,6 @@
    16 @@ -2143,12 +2143,6 @@
    17  if test -z "$CCSHARED"
    17  if test -z "$CCSHARED"
    18  then
    18  then
    19  	case $ac_sys_system/$ac_sys_release in
    19  	case $ac_sys_system/$ac_sys_release in
    20 -	SunOS*) if test "$GCC" = yes;
    20 -	SunOS*) if test "$GCC" = yes;
    21 -		then CCSHARED="-fPIC";
    21 -		then CCSHARED="-fPIC";