summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-01-12 17:31:34 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-01-12 17:31:34 +0800
commit3678251af38f04882f55515036b8fbbe27760a40 (patch)
tree231161dd2ed3261b4b177f79cda63b90975528d5 /configure.ac
parentce009bb7577b37fa2e0f6a1fb262f23803b0681e (diff)
Drop C11 threads
Pthreads is portable anyway. This simplifies the code too.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 01e576b..c66d35f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,8 +25,6 @@ case $host in
esac
AM_CONDITIONAL([IOS], [test "x$ios" = xtrue])
AC_CHECK_HEADERS([stddef.h, locale.h])
-AC_CHECK_HEADERS([threads.h],
- [AC_DEFINE([HAVE_THREADS_H])])
AC_CHECK_HEADERS([langinfo.h],
[AC_DEFINE([HAVE_LANGINFO_H])])
AC_CHECK_HEADER_STDBOOL