diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-01-03 08:27:54 -0800 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-01-03 08:27:54 -0800 |
commit | de8110fba2b177d0fcd0f1b92a42caae8cf7addf (patch) | |
tree | 2825f4813a37718f662e5847c3c95e4f2ed72ae2 /configure.ac | |
parent | a8749ea9fd6d2a686293a6f24dec4dd4a52b1e3e (diff) | |
download | tor-de8110fba2b177d0fcd0f1b92a42caae8cf7addf.tar.gz tor-de8110fba2b177d0fcd0f1b92a42caae8cf7addf.zip |
Explicitly test our get/set_uint{8,16,32,64}.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a47cee6058..7dfab58cf4 100644 --- a/configure.ac +++ b/configure.ac @@ -391,6 +391,7 @@ AC_CHECK_FUNCS( getrlimit \ gettimeofday \ gmtime_r \ + htonll \ inet_aton \ ioctl \ issetugid \ |