$OpenBSD: patch-tgl_configure,v 1.2 2021/01/04 11:56:28 sthen Exp $

Index: tgl/configure
--- tgl/configure.orig
+++ tgl/configure
@@ -4296,19 +4296,7 @@ fi
 
 done
 
-
-# FreeBSD needs -lexecinfo
-for ac_header in execinfo.h
-do :
-  ac_fn_c_check_header_mongrel "$LINENO" "execinfo.h" "ac_cv_header_execinfo_h" "$ac_includes_default"
-if test "x$ac_cv_header_execinfo_h" = xyes; then :
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_EXECINFO_H 1
-_ACEOF
- tgl_found_execinfo_header=yes; break;
-fi
-
-done
+tgl_found_execinfo_header=no;
 
 if test "x$tgl_found_execinfo_header" = "xyes"; then :
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing backtrace_symbols_fd" >&5
