projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02d5467
)
Fix bswap in comment
author
Stefan Weil
<weil@mail.berlios.de>
Sun, 11 Oct 2009 10:44:07 +0000
(12:44 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Sun, 11 Oct 2009 19:31:40 +0000
(21:31 +0200)
Replace bsawp -> bswap.
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 5b0a6874b9b36f8d5e0d4ab4528a569b08dc50d0..7c7804b4f20c4502f92996daef4d593c0119f9df 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1582,7
+1582,7
@@
if test "$docs" != "no" ; then
fi
fi
-# Search for bs
aw
p_32 function
+# Search for bs
wa
p_32 function
byteswap_h=no
cat > $TMPC << EOF
#include <byteswap.h>
@@
-1592,7
+1592,7
@@
if compile_prog "" "" ; then
byteswap_h=yes
fi
-# Search for bs
aw
p_32 function
+# Search for bs
wa
p_32 function
bswap_h=no
cat > $TMPC << EOF
#include <sys/endian.h>