mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
Fix iovec probe on OpenBSD
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6297 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b0fb43d8e8
commit
db34f0b32f
1 changed files with 2 additions and 0 deletions
2
configure
vendored
2
configure
vendored
|
@ -1000,7 +1000,9 @@ fi
|
|||
##########################################
|
||||
# iovec probe
|
||||
cat > $TMPC <<EOF
|
||||
#include <sys/types.h>
|
||||
#include <sys/uio.h>
|
||||
#include <unistd.h>
|
||||
int main(void) { struct iovec iov; return 0; }
|
||||
EOF
|
||||
iovec=no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue