summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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