| Submitter | Stefan Weil |
|---|---|
| Date | Jan. 5, 2013, 11:17 a.m. |
| Message ID | <1357384658-4160-1-git-send-email-sw@weilnetz.de> |
| Download | mbox | patch |
| Permalink | /patch/209658/ |
| State | Accepted |
| Headers | show |
Comments
On Sat, Jan 05, 2013 at 12:17:38PM +0100, Stefan Weil wrote: > Signed-off-by: Stefan Weil <sw@weilnetz.de> > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan
Patch
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 <sys/endian.h>
Signed-off-by: Stefan Weil <sw@weilnetz.de> --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)