]> granicus.if.org Git - p11-kit/commit
build: Check strerror_l() and uselocale() seperately
authorDaiki Ueno <dueno@redhat.com>
Thu, 19 Apr 2018 14:19:28 +0000 (16:19 +0200)
committerDaiki Ueno <ueno@gnu.org>
Thu, 19 Apr 2018 16:03:39 +0000 (18:03 +0200)
commit173ad93cc54057886b2055f3d73ea64a047127d1
treede83c23e0bb349e9ab4d9b779738d514fbf35062
parenta95c7a3e936896349bf925ca7cd47f0a03166249
build: Check strerror_l() and uselocale() seperately

NetBSD deliberately doesn't support per-thread locale and our
thread-safe replacement of strerror() using strerror_l() cannot be
used.  Fallback to strerror_r() in that case.
common/debug.c
common/message.c
configure.ac