summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-06-23 18:52:33 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-06-23 18:52:33 +0000
commit68d81080b3cbf1c53c3a2f2174d813da5629fab7 (patch)
tree60364b6c6f2edca4fe15eb41e7b0ddc20b8a2ff0 /src
parenta431fcf71728967999e6a249d90f43353fb44c19 (diff)
Check for aligned access requirements explicitly.
Diffstat (limited to 'src')
-rw-r--r--src/coucal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coucal.c b/src/coucal.c
index d4ab9e4..b1d6de9 100644
--- a/src/coucal.c
+++ b/src/coucal.c
@@ -59,7 +59,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#if (!defined(HTS_INTHASH_USES_MD5) && !defined(HTS_INTHASH_USES_MURMUR))
/* Temporry: fixing Invalid address alignment issues */
-#if defined(__ANDROID__)
+#if (defined(__ANDROID__) || defined(HAVE_ALIGNED_ACCESS_REQUIRED))
#define HTS_INTHASH_USES_MD5 1
#else
#define HTS_INTHASH_USES_MURMUR 1