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:
blueswir1 2009-01-14 18:03:53 +00:00
parent b0fb43d8e8
commit db34f0b32f
1 changed files with 2 additions and 0 deletions

2
configure vendored
View File

@ -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