Ticket #23206: patch-config.tests-unix-fvisibility.test.diff

File patch-config.tests-unix-fvisibility.test.diff, 601 bytes (added by hsivank@…, 14 years ago)
  • config.tests/unix/fvisibility.test

    old new  
    2525EOF
    2626
    2727    if [ "$VERBOSE" = "yes" ] ; then
    28         "$COMPILER" -c $CMDLINE fvisibility.c && FVISIBILITY_SUPPORT=yes
     28        $COMPILER -c $CMDLINE fvisibility.c && FVISIBILITY_SUPPORT=yes
    2929    else
    30         "$COMPILER" -c $CMDLINE fvisibility.c >/dev/null 2>&1 && FVISIBILITY_SUPPORT=yes
     30        $COMPILER -c $CMDLINE fvisibility.c >/dev/null 2>&1 && FVISIBILITY_SUPPORT=yes
    3131    fi
    3232    rm -f fvisibility.c fvisibility.o
    3333}