Mercurial > mplayer.hg
diff configure @ 20388:9e8d9b93639c
Remove -fno-PIC check from configure and put -fPIC back at the beginning
of CFLAGS in libdha/ and vidix/drivers/.
author | diego |
---|---|
date | Mon, 23 Oct 2006 10:02:21 +0000 |
parents | 2760bbeafbed |
children | 23b59f30071f |
line wrap: on
line diff
--- a/configure Mon Oct 23 08:12:41 2006 +0000 +++ b/configure Mon Oct 23 10:02:21 2006 +0000 @@ -7225,21 +7225,6 @@ fi fi -echocheck "compiler support for -fno-PIC" -if x86; then -cat > $TMPC <<EOF -int main(void) { return 0; } -EOF -if cc_check -fno-PIC ; then - CFLAGS="-fno-PIC $CFLAGS" - echores "yes" -else - echores "no" -fi -else - echores "only used for x86" -fi - echocheck "compiler support for noexecstack" cat > $TMPC <<EOF int main(void) { return 0; }