1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/community/yadifa/remove-backtrace.patch
2023-01-17 08:58:03 +01:00

22 lines
637 B
Diff

diff --git a/configure b/configure
index 176dce9..ebfd05c 100755
--- a/configure
+++ b/configure
@@ -25838,9 +25838,6 @@ $as_echo "$ac_cv_search_backtrace" >&6; }
ac_res=$ac_cv_search_backtrace
if test "$ac_res" != no; then :
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
-
-else
- exit 1
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing backtrace_symbols" >&5
@@ -25896,9 +25893,6 @@ $as_echo "$ac_cv_search_backtrace_symbols" >&6; }
ac_res=$ac_cv_search_backtrace_symbols
if test "$ac_res" != no; then :
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
-
-else
- exit 1
fi