summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-12 21:00:32 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-12 21:00:32 +0000
commit2e90de666722378ad598692064c60904b3cccf1e (patch)
tree157d1b8d7ab13007dd5d843199c1de6b5a7bdad3 /configure
parent93e00fffb06fe648f58ab93f26be2af16d2c0ded (diff)
downloadmpv-2e90de666722378ad598692064c60904b3cccf1e.tar.bz2
mpv-2e90de666722378ad598692064c60904b3cccf1e.tar.xz
-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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 224dd8f72b..c505f4e24c 100755
--- a/configure
+++ b/configure
@@ -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