aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-10-23 12:35:30 -0400
committerNick Mathewson <nickm@torproject.org>2017-11-21 14:06:48 -0500
commit25f882a9cfe39ccb2942fe55f41cdcbfd1ba288e (patch)
tree340150a7a7641addea2dd9fd52724ebd7be71296 /configure.ac
parent880d596f4dbb65885ebbc8b1b88e852529779324 (diff)
downloadtor-25f882a9cfe39ccb2942fe55f41cdcbfd1ba288e.tar.gz
tor-25f882a9cfe39ccb2942fe55f41cdcbfd1ba288e.zip
Use stdatomic.h for atomic_counter_t where available.
Closes ticket 23953.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c026464269..05968fa913 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1230,6 +1230,7 @@ AC_CHECK_HEADERS([assert.h \
pwd.h \
readpassphrase.h \
stdint.h \
+ stdatomic.h \
sys/eventfd.h \
sys/file.h \
sys/ioctl.h \