diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-02-07 16:23:48 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-07 16:23:48 -0500 |
commit | 0e597471aff206460f02999d6ea9e1e3243ef945 (patch) | |
tree | 28c3d1ea48ab46b37f409a2d8ac9ae25b79ab8dd /changes | |
parent | e5b07ba17947ba4782cbac8f12de7024b2969c99 (diff) | |
download | tor-0e597471aff206460f02999d6ea9e1e3243ef945.tar.gz tor-0e597471aff206460f02999d6ea9e1e3243ef945.zip |
Use a nicely written autoconf macro to determine the sign of a type
This beats our old implementation, which wouldn't work when cross-compiling
Diffstat (limited to 'changes')
-rw-r--r-- | changes/signof_enum | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/signof_enum b/changes/signof_enum new file mode 100644 index 0000000000..fc9b9eda29 --- /dev/null +++ b/changes/signof_enum @@ -0,0 +1,4 @@ + o Code simplifications and refactoring: + - Use Ville Laurikari's implementation of AX_CHECK_SIGN() to determine + the signs of types during autoconf. This is better than our old + approach, which didn't work when cross-compiling. |