From patchwork Fri Jun 22 09:40:06 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [09/12] configure: Fix typo X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 166557 Message-Id: <1340358009-16033-10-git-send-email-stefanha@linux.vnet.ibm.com> To: Anthony Liguori Cc: Stefan Weil , qemu-devel@nongnu.org, Stefan Hajnoczi Date: Fri, 22 Jun 2012 10:40:06 +0100 From: Stefan Hajnoczi List-Id: From: Stefan Weil The typo did not cause an error because open_by_handle_at was only compared to "yes". Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index b68c0ca..1446f52 100755 --- 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 #if !defined(AT_EMPTY_PATH)