diff options
author | Stefan Weil <sw@weilnetz.de> | 2013-01-05 12:17:38 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2013-01-11 09:32:54 +0100 |
commit | 75f13596452692fb7375ee558e9fb37cd649e603 (patch) | |
tree | 764f6dbe629adf71a2241f957e46db57ab8408eb | |
parent | 7682e8580722f951559f372ba3d2b6170fdbe734 (diff) | |
download | qemu-75f13596452692fb7375ee558e9fb37cd649e603.tar.gz qemu-75f13596452692fb7375ee558e9fb37cd649e603.tar.bz2 qemu-75f13596452692fb7375ee558e9fb37cd649e603.zip |
configure: Fix comment (copy+paste bug)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2705,7 +2705,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> |