configure: Fix typo
authorStefan Weil <sw@weilnetz.de>
Mon, 18 Jun 2012 20:11:06 +0000 (22:11 +0200)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Fri, 22 Jun 2012 08:47:47 +0000 (09:47 +0100)
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>
configure

index b68c0ca..1446f52 100755 (executable)
--- a/configure
+++ b/configure
@@ -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)