From patchwork Sun Oct 11 10:44:07 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Fix bswap in comment Date: Sun, 11 Oct 2009 00:44:07 -0000 From: Stefan Weil X-Patchwork-Id: 35690 Message-Id: <1255257847-6530-1-git-send-email-weil@mail.berlios.de> To: QEMU Developers Cc: Replace bsawp -> bswap. Signed-off-by: Stefan Weil --- configure | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 35cf6cc..afc5283 100755 --- a/configure +++ b/configure @@ -1583,7 +1583,7 @@ if test "$docs" != "no" ; then fi fi -# Search for bsawp_32 function +# Search for bswap_32 function byteswap_h=no cat > $TMPC << EOF #include @@ -1593,7 +1593,7 @@ if compile_prog "" "" ; then byteswap_h=yes fi -# Search for bsawp_32 function +# Search for bswap_32 function bswap_h=no cat > $TMPC << EOF #include