View | Details | Raw Unified | Return to bug 159270
Collapse All | Expand All

(-)files/patch-configure (+9 lines)
Lines 3-8 Link Here
3
3
4
--- configure	2002/07/02 12:33:37	1.1
4
--- configure	2002/07/02 12:33:37	1.1
5
+++ configure	2002/07/02 12:34:01
5
+++ configure	2002/07/02 12:34:01
6
@@ -1055,7 +1055,7 @@
7
 #line 1056 "configure"
8
 #include "confdefs.h"
9
 
10
-main(){return(0);}
11
+int main(){return(0);}
12
 EOF
13
 if { (eval echo configure:1061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14
   ac_cv_prog_cc_works=yes
6
@@ -2335,6 +2335,7 @@
15
@@ -2335,6 +2335,7 @@
7
 
16
 
8
 CFLAGS="$CFLAGS $SDL_CFLAGS"
17
 CFLAGS="$CFLAGS $SDL_CFLAGS"

Return to bug 159270