Blame m4/libsigsegv.m4

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