From patchwork Sat Jan 5 11:17:38 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: configure: Fix comment (copy+paste bug) Date: Sat, 05 Jan 2013 01:17:38 -0000 From: Stefan Weil X-Patchwork-Id: 209658 Message-Id: <1357384658-4160-1-git-send-email-sw@weilnetz.de> To: qemu-trivial@nongnu.org Cc: Stefan Weil , qemu-devel@nongnu.org Signed-off-by: Stefan Weil --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 837a84a..4bd9e92 100755 --- a/configure +++ b/configure @@ -2697,7 +2697,7 @@ if compile_prog "" "" ; then byteswap_h=yes fi -# Search for bswap_32 function +# Search for bswap32 function bswap_h=no cat > $TMPC << EOF #include