Commit 75f13596 authored by Stefan Weil's avatar Stefan Weil Committed by Stefan Hajnoczi
Browse files

configure: Fix comment (copy+paste bug)

parent 7682e858
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>