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