patch-mozilla_nsprpub_configure 612 B

123456789101112131415161718192021
  1. --- nspr-4.8.2.orig/mozilla/nsprpub/configure 2009-10-04 02:57:00.000000000 +0200
  2. +++ nspr-4.8.2/mozilla/nsprpub/configure 2010-05-02 12:55:21.842224375 +0200
  3. @@ -1129,8 +1129,8 @@ EOF
  4. fi
  5. if test -z "$SKIP_COMPILER_CHECKS"; then
  6. -if test "$target" != "$host"; then
  7. - echo "cross compiling from $host to $target"
  8. +if test "$target" != "$build"; then
  9. + echo "cross compiling from $build to $target"
  10. cross_compiling=yes
  11. _SAVE_CC="$CC"
  12. @@ -2593,6 +2593,7 @@ case "$build:$target" in
  13. ;;
  14. esac
  15. +cross_compiling=yes
  16. if test "$cross_compiling" = "yes"; then
  17. CROSS_COMPILE=1
  18. else