mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
configure: Fix typo
The typo did not cause an error because open_by_handle_at was only compared to "yes". Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
5eb9840171
commit
4e1797f9a5
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -2808,7 +2808,7 @@ fi
|
|||
##########################################
|
||||
# check if we have open_by_handle_at
|
||||
|
||||
open_by_hande_at=no
|
||||
open_by_handle_at=no
|
||||
cat > $TMPC << EOF
|
||||
#include <fcntl.h>
|
||||
#if !defined(AT_EMPTY_PATH)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue