From 55b290c690b910f01deb1e887167758afa56a0de Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Wed, 22 Jul 2009 20:41:31 +0000 Subject: configure: remove some darwin-related cruft Originally committed as revision 19487 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 3 --- 1 file changed, 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 3b3a6c01cb..cbad6f292e 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3