# HG changeset patch # User cehoyos # Date 1304006322 0 # Node ID 545f19298060425da651ee8ead488b63d3dfc768 # Parent 7d13ed4e80f2e31448f362c3d46f04db10f16fd5 Fix Win64 compilation. diff -r 7d13ed4e80f2 -r 545f19298060 configure --- a/configure Thu Apr 28 13:45:16 2011 +0000 +++ b/configure Thu Apr 28 15:58:42 2011 +0000 @@ -3885,6 +3885,7 @@ echocheck "swab()" _swab=no define_statement_check "_XOPEN_SOURCE 600" "unistd.h" 'int a, b; swab(&a, &b, 0)' && _swab=yes +define_statement_check "A A" "string.h" 'int a, b; swab(&a, &b, 0)' && _swab=yes if test "$_swab" = yes ; then def_swab='#define HAVE_SWAB 1' need_swab=no