commit | 2cfe6d67ef6a622eeb47ba48b431bdafc0c45b35 | [log] [tgz] |
---|---|---|
author | Mike Hommey <mh@glandium.org> | Tue Mar 27 15:03:07 2012 +0200 |
committer | Jason Evans <jasone@canonware.com> | Fri Mar 30 10:25:59 2012 -0700 |
tree | 7e9489bf626dd38db9cb29186fda1d53c3b46026 | |
parent | 1a0e7770243e0539fa8fef7bb1512f784f93389f [diff] |
Change AC_COMPILE_IFELSE into AC_LINK_IFELSE for the __sync_{add, sub}_and_fetch() test With the Android NDK, __sync_{add,sub}_and_fetch() compile fine for uint64_t, but the corresponding libgcc function aren't there.