comparison configure @ 33402:d9f02729b2f3

Revert r33368, it broke mingw32 compilation.
author cehoyos
date Tue, 24 May 2011 08:19:10 +0000
parents 2672587086ad
children 02ef77592b7d
comparison
equal deleted inserted replaced
33401:77259faac73a 33402:d9f02729b2f3
3874 echores "$_vsscanf" 3874 echores "$_vsscanf"
3875 3875
3876 3876
3877 echocheck "swab()" 3877 echocheck "swab()"
3878 _swab=no 3878 _swab=no
3879 define_statement_check "_XOPEN_SOURCE 600" "unistd.h" 'int a, b; swab(&a, &b, 0)' && _swab=yes 3879 define_statement_check "_XOPEN_SOURCE 600" "unistd.h" 'int a, b; swab(&a, &b, 0)' ||
3880 statement_check "string.h" 'int a, b; swab(&a, &b, 0)' && _swab=yes
3880 if test "$_swab" = yes ; then 3881 if test "$_swab" = yes ; then
3881 def_swab='#define HAVE_SWAB 1' 3882 def_swab='#define HAVE_SWAB 1'
3882 need_swab=no 3883 need_swab=no
3883 else 3884 else
3884 def_swab='#undef HAVE_SWAB' 3885 def_swab='#undef HAVE_SWAB'