Update of /cvsroot/alsa/alsa-driver In directory sc8-pr-cvs1:/tmp/cvs-serv28992
Modified Files: configure.in Log Message: Fixed compiler detection for gcc 2.9x Index: configure.in =================================================================== RCS file: /cvsroot/alsa/alsa-driver/configure.in,v retrieving revision 1.177 retrieving revision 1.178 diff -u -r1.177 -r1.178 --- configure.in 31 May 2003 17:33:09 -0000 1.177 +++ configure.in 1 Jun 2003 18:26:19 -0000 1.178 @@ -205,6 +205,9 @@ dnl kernel_compiler="gcc egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)" dnl my_compiler="egcs-2.91.66" dnl +dnl kernel_compiler="gcc 2.95.3 20010315 (release)" +dnl my_compiler="2.95.3" +dnl kernel_compiler_type=`echo $kernel_compiler | cut -d ' ' -f 1` kernel_compiler_version=`echo $kernel_compiler | cut -d ' ' -f 2` if test "${kernel_compiler_version:0:5}" = "egcs-"; then @@ -222,6 +225,9 @@ my_compiler_type=`echo $my_compiler | cut -d ' ' -f 1` my_compiler_version=`echo $my_compiler | cut -d ' ' -f 3` fi +fi +if test "$my_compiler_type" = "$my_compiler_version"; then + my_compiler_type="gcc" fi AC_MSG_RESULT(Kernel compiler: $kernel_compiler Used compiler: $my_compiler); if test -z "$kernel_compiler"; then ------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog