-fno-PIC will not work on OSX, and it is only useful on x86 anyway.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13625 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2004-10-12 21:00:32 +00:00
parent 93e00fffb0
commit 2e90de6667
1 changed files with 4 additions and 0 deletions

4
configure vendored
View File

@ -6169,6 +6169,7 @@ if test "$_largefiles" = yes || freebsd ; then
fi
echocheck "compiler support for -fno-PIC"
if x86; then
cat > $TMPC <<EOF
int main(void) { return 0; }
EOF
@ -6178,6 +6179,9 @@ if cc_check -fno-PIC ; then
else
echores "no"
fi
else
echores "only used for x86"
fi
echocheck "ftello()"
# if we don't have ftello use the osdep/ compatibility module