Revision 5fafdf24 configure

b/configure
403 403
    oss="no"
404 404
fi
405 405

  
406
# Check for gcc4, error if pre-gcc4 
406
# Check for gcc4, error if pre-gcc4
407 407
if test "$check_gcc" = "yes" ; then
408 408
    cat > $TMPC <<EOF
409 409
#if __GNUC__ < 4
......
444 444
  #
445 445
  # gcc for solaris 10/fcs in /usr/sfw/bin doesn't compile qemu correctly
446 446
  # override the check with --disable-gcc-check
447
  # 
447
  #
448 448
  if test "$solarisrev" -eq 10 -a "$check_gcc" = "yes" ; then
449 449
    solgcc=`which $cc`
450 450
    if test "$solgcc" = "/usr/sfw/bin/gcc" ; then
......
475 475
    fi
476 476
    exit 1
477 477
  fi
478
fi 
478
fi
479 479

  
480 480

  
481 481
if test -z "$target_list" ; then

Also available in: Unified diff