From: Eric Haszlakiewicz Date: Sun, 9 Jul 2017 23:00:32 +0000 (-0700) Subject: Remove a spurious comma in configure.ac X-Git-Tag: json-c-0.13-20171207~75 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a14ada57309e17a554d47dcb79b17e7c0897fdb6;p=thirdparty%2Fjson-c.git Remove a spurious comma in configure.ac --- diff --git a/configure.ac b/configure.ac index bca75936..3a2779e3 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])] )