configure: Add a check for libunwind.h.
This commit is contained in:
parent
4cd21cf727
commit
260832c5c8
|
@ -6626,6 +6626,7 @@ for ac_header in \
|
|||
lber.h \
|
||||
ldap.h \
|
||||
libproc.h \
|
||||
libunwind.h \
|
||||
link.h \
|
||||
linux/cdrom.h \
|
||||
linux/compiler.h \
|
||||
|
|
|
@ -424,6 +424,7 @@ AC_CHECK_HEADERS(\
|
|||
lber.h \
|
||||
ldap.h \
|
||||
libproc.h \
|
||||
libunwind.h \
|
||||
link.h \
|
||||
linux/cdrom.h \
|
||||
linux/compiler.h \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue