[Mplayer-cvslog] CVS: main configure,1.918,1.919
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Tue Oct 12 23:00:36 CEST 2004
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv17442
Modified Files:
configure
Log Message:
-fno-PIC will not work on OSX, and it is only useful on x86 anyway.
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.918
retrieving revision 1.919
diff -u -r1.918 -r1.919
--- configure 11 Oct 2004 19:26:12 -0000 1.918
+++ configure 12 Oct 2004 21:00:32 -0000 1.919
@@ -6169,6 +6169,7 @@
fi
echocheck "compiler support for -fno-PIC"
+if x86; then
cat > $TMPC <<EOF
int main(void) { return 0; }
EOF
@@ -6178,6 +6179,9 @@
else
echores "no"
fi
+else
+ echores "only used for x86"
+fi
echocheck "ftello()"
# if we don't have ftello use the osdep/ compatibility module
More information about the MPlayer-cvslog
mailing list