fixed a fault in libunwind support
This commit is contained in:
parent
a07f943dbc
commit
21ff19ed40
2
configure
vendored
2
configure
vendored
@ -21214,7 +21214,7 @@ fi
|
|||||||
|
|
||||||
if test "x${enable_libunwind_is}" = "xyes"
|
if test "x${enable_libunwind_is}" = "xyes"
|
||||||
then
|
then
|
||||||
if test "x${ac_cv_header_unwind_h}" = "xyes" -a "${UNWIND_LIBS}" != ""
|
if test "x${ac_cv_header_libunwind_h}" = "xyes" -a "${UNWIND_LIBS}" != ""
|
||||||
then
|
then
|
||||||
|
|
||||||
$as_echo "#define HCL_ENABLE_LIBUNWIND /**/" >>confdefs.h
|
$as_echo "#define HCL_ENABLE_LIBUNWIND /**/" >>confdefs.h
|
||||||
|
@ -663,7 +663,7 @@ AC_ARG_ENABLE([libunwind],
|
|||||||
)
|
)
|
||||||
if test "x${enable_libunwind_is}" = "xyes"
|
if test "x${enable_libunwind_is}" = "xyes"
|
||||||
then
|
then
|
||||||
if test "x${ac_cv_header_unwind_h}" = "xyes" -a "${UNWIND_LIBS}" != ""
|
if test "x${ac_cv_header_libunwind_h}" = "xyes" -a "${UNWIND_LIBS}" != ""
|
||||||
then
|
then
|
||||||
AC_DEFINE([HCL_ENABLE_LIBUNWIND],[],[use libunwind for backtracing stack frames])
|
AC_DEFINE([HCL_ENABLE_LIBUNWIND],[],[use libunwind for backtracing stack frames])
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user