fixed a fault in libunwind support
This commit is contained in:
2
configure
vendored
2
configure
vendored
@ -21214,7 +21214,7 @@ fi
|
||||
|
||||
if test "x${enable_libunwind_is}" = "xyes"
|
||||
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
|
||||
|
||||
$as_echo "#define HCL_ENABLE_LIBUNWIND /**/" >>confdefs.h
|
||||
|
Reference in New Issue
Block a user