| Submitter | Stefan Weil |
|---|---|
| Date | Oct. 11, 2009, 10:44 a.m. |
| Message ID | <1255257847-6530-1-git-send-email-weil@mail.berlios.de> |
| Download | mbox | patch |
| Permalink | /patch/35690/ |
| State | New |
| Headers | show |
Comments
Patch
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 <byteswap.h> @@ -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 <sys/endian.h>
Replace bsawp -> bswap. Signed-off-by: Stefan Weil <weil@mail.berlios.de> --- configure | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)