# HG changeset patch # User diego # Date 1284801878 0 # Node ID 56cbeca2a533e9df23bcefc6e17c5de24015c202 # Parent 6f9c18a79ddd95f7b8195e344b00daee9cc180d9 cosmetics: Slightly shorten swab() check. diff -r 6f9c18a79ddd -r 56cbeca2a533 configure --- a/configure Sat Sep 18 08:05:10 2010 +0000 +++ b/configure Sat Sep 18 09:24:38 2010 +0000 @@ -3858,11 +3858,7 @@ cat > $TMPC << EOF #define _XOPEN_SOURCE 600 #include -int main(void) { - int a = 0, b = 0; - swab(&a, &b, 0); - return 0; -} +int main(void) { int a, b; swab(&a, &b, 0); return 0; } EOF _swab=no cc_check && _swab=yes