From a14ada57309e17a554d47dcb79b17e7c0897fdb6 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Sun, 9 Jul 2017 16:00:32 -0700 Subject: [PATCH] Remove a spurious comma in configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bca7593..3a2779e 100644 --- a/configure.ac +++ b/configure.ac @@ -49,7 +49,7 @@ static __thread int a; int foo (int b) { return a + b; }]], ac_cv___thread=yes, ac_cv___thread=no) ]) AS_IF([test "x$ac_cv___thread" != xno], -[AC_DEFINE(HAVE___THREAD, 1, [Have __thread]), +[AC_DEFINE(HAVE___THREAD, 1, [Have __thread]) AC_DEFINE(SPEC___THREAD, [__thread], [Specifier for __thread])] )