patch-configure 935 B

1234567891011121314151617181920212223242526
  1. --- Python-2.7.orig/configure 2010-05-28 17:28:47.000000000 +0200
  2. +++ Python-2.7/configure 2010-11-04 22:17:32.000000000 +0100
  3. @@ -2972,12 +2972,12 @@ fi
  4. $as_echo_n "checking MACHDEP... " >&6; }
  5. if test -z "$MACHDEP"
  6. then
  7. - ac_sys_system=`uname -s`
  8. + ac_sys_system=Linux
  9. if test "$ac_sys_system" = "AIX" \
  10. -o "$ac_sys_system" = "UnixWare" -o "$ac_sys_system" = "OpenUNIX"; then
  11. ac_sys_release=`uname -v`
  12. else
  13. - ac_sys_release=`uname -r`
  14. + ac_sys_release=2.6
  15. fi
  16. ac_md_system=`echo $ac_sys_system |
  17. tr -d '/ ' | tr '[A-Z]' '[a-z]'`
  18. @@ -3150,7 +3150,7 @@ EXPORT_MACOSX_DEPLOYMENT_TARGET='#'
  19. { $as_echo "$as_me:${as_lineno-$LINENO}: checking machine type as reported by uname -m" >&5
  20. $as_echo_n "checking machine type as reported by uname -m... " >&6; }
  21. -ac_sys_machine=`uname -m`
  22. +ac_sys_machine=i586
  23. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_sys_machine" >&5
  24. $as_echo "$ac_sys_machine" >&6; }