From 24930d544ee9e247e4cf6a5f6d5207ba9d7a3ddc Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 8 Apr 2015 12:52:06 -0700 Subject: [PATCH] Minor --- src/hb-mutex-private.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hb-mutex-private.hh b/src/hb-mutex-private.hh index 64c552f79..89fc8de82 100644 --- a/src/hb-mutex-private.hh +++ b/src/hb-mutex-private.hh @@ -39,7 +39,8 @@ /* We need external help for these */ -#if defined(hb_mutex_impl_init) \ +#if defined(HB_MUTEX_IMPL_INIT) \ + && defined(hb_mutex_impl_init) \ && defined(hb_mutex_impl_lock) \ && defined(hb_mutex_impl_unlock) \ && defined(hb_mutex_impl_finish)