diff --git a/configure b/configure index 5b0a6874b9..7c7804b4f2 100755 --- a/configure +++ b/configure @@ -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 @@ -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