From 0f419563ea6fe7003bb22a654f580be963222525 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 13 Aug 2015 22:33:37 -0700 Subject: Remove all trailing whitespace --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d9057e39..122887a6 100644 --- a/configure.ac +++ b/configure.ac @@ -200,7 +200,7 @@ AC_LINK_IFELSE([AC_LANG_SOURCE([ static __thread int x ; int main () { x = 123; return x; } ])], have___thread=yes) -if test $have___thread = yes; then +if test $have___thread = yes; then AC_DEFINE([HAVE___THREAD],1,[Define to 1 if the system supports __thread]) fi AC_MSG_RESULT($have___thread) -- cgit v1.2.3