Home
last modified time | relevance | path

Searched refs:with_static_libunwind (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/
H A Dconfigure.ac1076 if test "x$with_static_libunwind" = "xno" ; then
1079 if test ! -f "$with_static_libunwind" ; then
1080 AC_MSG_ERROR([Static libunwind not found: $with_static_libunwind])
1082 LUNWIND="$with_static_libunwind"
H A Dconfigure9412 withval=$with_static_libunwind; if test "x$with_static_libunwind" = "xno" ; then
9415 if test ! -f "$with_static_libunwind" ; then
9416 as_fn_error $? "Static libunwind not found: $with_static_libunwind" "$LINENO" 5
9418 LUNWIND="$with_static_libunwind"