diff options
author | Stefan Weil <weil@mail.berlios.de> | 2009-10-11 12:44:07 +0200 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2009-10-11 21:31:40 +0200 |
commit | f514f41c459e7b03d88465900dee13951850d6dd (patch) | |
tree | c793d9a745088bec0f1ad2d8b8253118f87e5806 /configure | |
parent | 02d5467e9f43dac05f04999e387108ca4c8ba140 (diff) |
Fix bswap in comment
Replace bsawp -> bswap.
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1582,7 +1582,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 <byteswap.h> @@ -1592,7 +1592,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 <sys/endian.h> |