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
2
configure
vendored
2
configure
vendored
@ -2808,7 +2808,7 @@ fi
|
|||||||
##########################################
|
##########################################
|
||||||
# check if we have open_by_handle_at
|
# check if we have open_by_handle_at
|
||||||
|
|
||||||
open_by_hande_at=no
|
open_by_handle_at=no
|
||||||
cat > $TMPC << EOF
|
cat > $TMPC << EOF
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#if !defined(AT_EMPTY_PATH)
|
#if !defined(AT_EMPTY_PATH)
|
||||||
|
Loading…
Reference in New Issue
Block a user