Home
last modified time | relevance | path

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

/external/jemalloc_new/
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"
Dconfigure9424 withval=$with_static_libunwind; if test "x$with_static_libunwind" = "xno" ; then
9427 if test ! -f "$with_static_libunwind" ; then
9428 as_fn_error $? "Static libunwind not found: $with_static_libunwind" "$LINENO" 5
9430 LUNWIND="$with_static_libunwind"