summaryrefslogtreecommitdiffstats
path: root/games/zoom/remove_rice.diff
blob: 1a9e3b7f2fbde4f0b79de0daa0f7ce30640dd9b0 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
diff -Naur zoom-1.1.5/configure zoom-1.1.5.patched/configure
--- zoom-1.1.5/configure	2011-11-05 10:29:03.000000000 -0400
+++ zoom-1.1.5.patched/configure	2017-06-21 03:19:11.223593935 -0400
@@ -4630,87 +4630,6 @@
     conftest$ac_exeext conftest.$ac_ext
 
 
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the C compiler ($CC) supports -finline-functions" >&5
-$as_echo_n "checking if the C compiler ($CC) supports -finline-functions... " >&6; }
-    ac_OLD_CFLAGS="$CFLAGS"
-    CFLAGS="$CFLAGS -finline-functions"
-    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
- { int x; x = 1; }
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-      CFLAGS="$ac_OLD_CFLAGS"
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the C compiler ($CC) supports -funroll-loops" >&5
-$as_echo_n "checking if the C compiler ($CC) supports -funroll-loops... " >&6; }
-    ac_OLD_CFLAGS="$CFLAGS"
-    CFLAGS="$CFLAGS -funroll-loops"
-    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
- { int x; x = 1; }
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-      CFLAGS="$ac_OLD_CFLAGS"
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the C compiler ($CC) supports -fomit-frame-pointer" >&5
-$as_echo_n "checking if the C compiler ($CC) supports -fomit-frame-pointer... " >&6; }
-    ac_OLD_CFLAGS="$CFLAGS"
-    CFLAGS="$CFLAGS -fomit-frame-pointer"
-    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
- { int x; x = 1; }
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-      CFLAGS="$ac_OLD_CFLAGS"
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-
-
 # Check whether --enable-new-terp was given.
 if test "${enable_new_terp+set}" = set; then :
   enableval=$enable_new_terp;