no 'hello world' printing from configure

This commit is contained in:
Luboš Luňák 2011-04-11 16:54:31 +02:00
parent 19c922f1d2
commit 9af15de4ce

View file

@ -2051,7 +2051,7 @@ if test "$GCC" = "yes" ; then
#include <stdio.h>
int main(char argc, char** argv) {
printf ("hello world\n");
printf ("");
return 0;
}
], HAVE_LD_HASH_STYLE=TRUE; WITH_LINKER_HASH_STYLE=$hash_style, HAVE_LD_HASH_STYLE=FALSE)