configure: remove some darwin-related cruft

Originally committed as revision 19487 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2009-07-22 20:41:31 +00:00
parent 2dfa305438
commit 55b290c690
1 changed files with 0 additions and 3 deletions

3
configure vendored
View File

@ -1977,9 +1977,6 @@ if test $target_os = darwin; then
if enabled xlc; then
add_cflags -qpdf2 -qlanglvl=extc99 -qmaxmem=-1 -qarch=auto -qtune=auto
else
add_cflags -pipe
check_cflags -force_cpusubtype_ALL
check_cflags -Wno-sign-compare
enabled shared || check_cflags -mdynamic-no-pic
fi
fi