build: Improve __thread specifier check.
* configure.ac (AC_COMPILE_IFELSE __thread): Move the declaration to global, referring the variable with (void) in main to avoid an error buidling with -Werror=unused-variable. Don't need to include stdlib.h.
- Reported-by: Lucas Mulling <lucas.mulling@suse.com>
- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>