configure: Add a check for libunwind.h.

oldstable
Ken Thomases 2015-06-05 00:40:23 -05:00 committed by Alexandre Julliard
parent 4cd21cf727
commit 260832c5c8
3 changed files with 5 additions and 0 deletions

1
configure vendored
View File

@ -6626,6 +6626,7 @@ for ac_header in \
lber.h \
ldap.h \
libproc.h \
libunwind.h \
link.h \
linux/cdrom.h \
linux/compiler.h \

View File

@ -424,6 +424,7 @@ AC_CHECK_HEADERS(\
lber.h \
ldap.h \
libproc.h \
libunwind.h \
link.h \
linux/cdrom.h \
linux/compiler.h \

View File

@ -360,6 +360,9 @@
/* Define to 1 if you have the <libproc.h> header file. */
#undef HAVE_LIBPROC_H
/* Define to 1 if you have the <libunwind.h> header file. */
#undef HAVE_LIBUNWIND_H
/* Define to 1 if you have the <libv4l1.h> header file. */
#undef HAVE_LIBV4L1_H