]> git.pld-linux.org Git - packages/qemu.git/blob - qemu-cc.patch
- updated to 0.8.1
[packages/qemu.git] / qemu-cc.patch
1 --- qemu-0.8.1/configure~       2006-05-20 01:27:00.000000000 +0300
2 +++ qemu-0.8.1/configure        2006-05-20 01:29:38.000000000 +0300
3 @@ -294,8 +294,7 @@
4  strip="${cross_prefix}${strip}"
5  
6  if [ ! -x "`which $cc`" ] ; then
7 -    echo "Compiler $cc could not be found"
8 -    exit
9 +    echo "Warning: Compiler $cc could not be found"
10  fi
11  
12  if test "$mingw32" = "yes" ; then
This page took 0.056037 seconds and 3 git commands to generate.