summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-04-14 08:33:46 +0000
committerDiego Biurrun <diego@biurrun.de>2007-04-14 08:33:46 +0000
commit8d3dc6ba58f45a622cdf5aca2d5463de788d90cd (patch)
tree96a45826ce9be44abcc50cf93644038fdfd26afb /configure
parenta15bcf7087f580075d8529fc2074a1b98f6230ab (diff)
Remove redundant 2.95 branch from the Darwin gcc check. It is already
being handled by the default case. Originally committed as revision 8729 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index ae1841c591..a98dfa938b 100755
--- a/configure
+++ b/configure
@@ -1284,9 +1284,6 @@ if test $targetos = darwin; then
else
gcc_version="`$cc -v 2>&1 | grep version | cut -d ' ' -f3-`"
case "$gcc_version" in
- *2.95*)
- add_cflags "-no-cpp-precomp -pipe"
- ;;
*[34].*)
add_cflags "-no-cpp-precomp -pipe -force_cpusubtype_ALL -Wno-sign-compare"
if disabled shared; then