From 260832c5c86b6d22f7b77da5b834fc652755a3be Mon Sep 17 00:00:00 2001 From: Ken Thomases Date: Fri, 5 Jun 2015 00:40:23 -0500 Subject: [PATCH] configure: Add a check for libunwind.h. --- configure | 1 + configure.ac | 1 + include/config.h.in | 3 +++ 3 files changed, 5 insertions(+) diff --git a/configure b/configure index 1759dbaddcd..fa52cf70614 100755 --- a/configure +++ b/configure @@ -6626,6 +6626,7 @@ for ac_header in \ lber.h \ ldap.h \ libproc.h \ + libunwind.h \ link.h \ linux/cdrom.h \ linux/compiler.h \ diff --git a/configure.ac b/configure.ac index 445c9d49601..79110c1e0ae 100644 --- a/configure.ac +++ b/configure.ac @@ -424,6 +424,7 @@ AC_CHECK_HEADERS(\ lber.h \ ldap.h \ libproc.h \ + libunwind.h \ link.h \ linux/cdrom.h \ linux/compiler.h \ diff --git a/include/config.h.in b/include/config.h.in index 0f435d120e3..eb61a940a5f 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -360,6 +360,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_LIBPROC_H +/* Define to 1 if you have the header file. */ +#undef HAVE_LIBUNWIND_H + /* Define to 1 if you have the header file. */ #undef HAVE_LIBV4L1_H -- 2.11.4.GIT