Blame m4/libsigsegv.m4

Packit Service fdd496
# libsigsegv.m4 serial 4
Packit Service fdd496
dnl Copyright (C) 2002-2003, 2008-2017 Free Software Foundation, Inc.
Packit Service fdd496
dnl This file is free software; the Free Software Foundation
Packit Service fdd496
dnl gives unlimited permission to copy and/or distribute it,
Packit Service fdd496
dnl with or without modifications, as long as this notice is preserved.
Packit Service fdd496
Packit Service fdd496
dnl From Bruno Haible, Sam Steingold.
Packit Service fdd496
Packit Service fdd496
AC_DEFUN([gl_LIBSIGSEGV],
Packit Service fdd496
[
Packit Service fdd496
  AC_LIB_HAVE_LINKFLAGS([sigsegv], [],
Packit Service fdd496
    [#include <sigsegv.h>], [sigsegv_deinstall_handler();],
Packit Service fdd496
    [no, consider installing GNU libsigsegv])
Packit Service fdd496
  dnl Some other autoconf macros and clisp's configure use this variable.
Packit Service fdd496
  gl_cv_lib_sigsegv="$ac_cv_libsigsegv"
Packit Service fdd496
])