28222fc
diff --git a/src/julia_internal.h b/src/julia_internal.h
da79329
index af463a86fc..a811965b41 100644
28222fc
--- a/src/julia_internal.h
28222fc
+++ b/src/julia_internal.h
da79329
@@ -619,12 +619,7 @@ extern volatile int jl_in_stackwalk;
87fa3cf
 #  include <libunwind.h>
87fa3cf
 typedef unw_context_t bt_context_t;
87fa3cf
 typedef unw_cursor_t bt_cursor_t;
87fa3cf
-#  if (!defined(SYSTEM_LIBUNWIND) || UNW_VERSION_MAJOR > 1 ||   \
da79329
-       (UNW_VERSION_MAJOR == 1 && UNW_VERSION_MINOR != 0 && UNW_VERSION_MINOR != 1))
87fa3cf
-// Enable our memory manager only for libunwind with our patch or
87fa3cf
-// on a newer release
28222fc
-#    define JL_UNW_HAS_FORMAT_IP 1
87fa3cf
-#  endif
28222fc
+#  define JL_UNW_HAS_FORMAT_IP 1
28222fc
 #else
28222fc
 // Unwinding is disabled
28222fc
 typedef int bt_context_t;