Searched refs:with_static_libunwind (Results 1 – 2 of 2) sorted by relevance
1076 if test "x$with_static_libunwind" = "xno" ; then1079 if test ! -f "$with_static_libunwind" ; then1080 AC_MSG_ERROR([Static libunwind not found: $with_static_libunwind])1082 LUNWIND="$with_static_libunwind"
9424 withval=$with_static_libunwind; if test "x$with_static_libunwind" = "xno" ; then9427 if test ! -f "$with_static_libunwind" ; then9428 as_fn_error $? "Static libunwind not found: $with_static_libunwind" "$LINENO" 59430 LUNWIND="$with_static_libunwind"