diff options
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> |