mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
Fix typo, and some reformatting.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2418 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
86b2bd935d
commit
cf257238ab
1 changed files with 4 additions and 4 deletions
2
configure
vendored
2
configure
vendored
|
@ -338,7 +338,7 @@ if test "$check_gcc" = "yes" ; then
|
||||||
int main(){return 0;}
|
int main(){return 0;}
|
||||||
EOF
|
EOF
|
||||||
check_cc() {
|
check_cc() {
|
||||||
which "$1" >&/dev/null
|
which "$1" 2> /dev/null
|
||||||
return $?
|
return $?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue