# HG changeset patch # User diego # Date 1240677428 0 # Node ID cb11a0c11f5ef0b40afa00ae55f066536d45b9ce # Parent a7bb794af98d55a2c5a99382dac6695a634f04ce typo in XFORM asm check, noticed by Emanuele Giaquinta diff -r a7bb794af98d -r cb11a0c11f5e configure --- a/configure Sat Apr 25 12:34:24 2009 +0000 +++ b/configure Sat Apr 25 16:37:08 2009 +0000 @@ -2616,7 +2616,7 @@ xform_asm=no echocheck "XFORM ASM support" cat > $TMPC << EOF -int main(void) { __asm__ volatile ("lwzx 0, %y0" :: "Z"(*(int*)0)"); return 0; } +int main(void) { __asm__ volatile ("lwzx 0, %y0" :: "Z"(*(int*)0)); return 0; } EOF cc_check && xform_asm=yes && def_xform_asm='#define HAVE_XFORM_ASM 1' echores "$xform_asm"