From 41200b47709bcdaf6f3a66e8453b3d852bd8d2a6 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 7 Feb 2013 16:29:32 -0500 Subject: Have autoconf check whether enums are signed. Fixes bug 7727; fix on 0.2.4.10-alpha. --- changes/signof_enum | 3 +++ 1 file changed, 3 insertions(+) (limited to 'changes') diff --git a/changes/signof_enum b/changes/signof_enum index fc9b9eda2..ba4fb597d 100644 --- a/changes/signof_enum +++ b/changes/signof_enum @@ -2,3 +2,6 @@ - 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. + - Detect the sign of enum values, rather than assuming that MSC is the + only compiler where enum types are all signed. Fix for bug 7727; + bugfix on 0.2.4.10-alpha. -- cgit v1.2.3