]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Remove a spurious comma in configure.ac
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 9 Jul 2017 23:00:32 +0000 (16:00 -0700)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 9 Jul 2017 23:00:32 +0000 (16:00 -0700)
configure.ac

index bca75936163d53b9ff90f9399127a15d0ab220e3..3a2779e35fdc7a1640ec158ec2ed85afd11ff476 100644 (file)
@@ -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])]
 )