added libunwind detection to configure.ac

This commit is contained in:
hyunghwan.chung
2018-04-25 15:25:53 +00:00
parent a18f4bec7d
commit a7df146e9e
6 changed files with 82 additions and 7 deletions

View File

@ -350,6 +350,7 @@ SOCKET_LIBS = @SOCKET_LIBS@
STRIP = @STRIP@
TERMINAL_LIBS = @TERMINAL_LIBS@
UNICOWS_LIBS = @UNICOWS_LIBS@
UNWIND_LIBS = @UNWIND_LIBS@
VERSION = @VERSION@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@

View File

@ -99,6 +99,9 @@
/* labels as values */
#undef HAVE_LABELS_AS_VALUES
/* Define to 1 if you have the <libunwind.h> header file. */
#undef HAVE_LIBUNWIND_H
/* Define to 1 if you have the `log10q' function. */
#undef HAVE_LOG10Q
@ -243,6 +246,9 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* libunwind is available */
#undef HAVE_UNWIND_LIB
/* Define to 1 if you have the `usleep' function. */
#undef HAVE_USLEEP