no 'hello world' printing from configure
This commit is contained in:
parent
19c922f1d2
commit
9af15de4ce
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue