patch-configure 835 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. --- mozilla-release.orig/configure 2015-01-09 05:39:04.000000000 +0100
  2. +++ mozilla-release/configure 2015-02-04 11:49:00.000000000 +0100
  3. @@ -8156,38 +8156,6 @@ EOF
  4. fi
  5. -MOZ_ENABLE_PROFILER_SPS=1
  6. -
  7. -case "${OS_TARGET}" in
  8. -Android)
  9. - case "${CPU_ARCH}" in
  10. - x86 | arm) ;;
  11. - *)
  12. - MOZ_ENABLE_PROFILER_SPS=
  13. - esac
  14. - ;;
  15. -Linux)
  16. - case "${CPU_ARCH}" in
  17. - x86 | x86_64) ;;
  18. - *)
  19. - MOZ_ENABLE_PROFILER_SPS=
  20. - esac
  21. - ;;
  22. -WINNT|Darwin) ;;
  23. -*)
  24. - MOZ_ENABLE_PROFILER_SPS=
  25. - ;;
  26. -esac
  27. -
  28. -if test -n "$MOZ_ENABLE_PROFILER_SPS"; then
  29. - cat >> confdefs.pytmp <<\EOF
  30. - (''' MOZ_ENABLE_PROFILER_SPS ''', ' 1 ')
  31. -EOF
  32. -cat >> confdefs.h <<\EOF
  33. -#define MOZ_ENABLE_PROFILER_SPS 1
  34. -EOF
  35. -
  36. -fi
  37. # Check whether --enable-shark or --disable-shark was given.
  38. if test "${enable_shark+set}" = set; then