1234567891011121314151617 |
- --- lame-3.96/configure.in.ccc 2004-04-11 10:45:19.000000000 -0400
- +++ lame-3.96/configure.in 2004-07-26 18:32:21.000000000 -0400
- @@ -915,11 +915,9 @@
- alpha*-*-linux*)
-
- ################################################################
- -#### Check if 'ccc' is in our path
- +#### Check if we're using Compaq's C Compiler: 'ccc'
- ################################################################
- -if test "`which ccc 2>/dev/null | grep -c ccc`" != "0" ; then
- - # Compaq's C Compiler
- - CC=ccc
- +if test "`echo $CC | sed 's/.*\///'`" = ccc; then
-
- ################################################################
- #### set 'OPTIMIZATION = -arch host -tune host'
|