Browse Source

Remove a spurious comma in configure.ac

tags/json-c-0.13-20171207
Eric Haszlakiewicz 8 years ago
parent
commit
a14ada5730
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure.ac

+ 1
- 1
configure.ac View 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])]
)



Loading…
Cancel
Save