diff options
author | Keith Packard <keithp@keithp.com> | 2013-11-01 00:34:18 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-11-01 00:34:18 -0700 |
commit | 977e2644b1d9e13b44debcb9a372bbc832ee32a3 (patch) | |
tree | 9bff1a4713fc814585ebb60b3ff67a8624484967 /configure.ac | |
parent | 66c5ee0ff4690e630a69656331fd9d545c99c26c (diff) | |
parent | f36f5a65f639b6524191d888d5bf89e73027156c (diff) |
Merge remote-tracking branch 'whot/for-keith'
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c48d2aad8..3d9832b69 100644 --- a/configure.ac +++ b/configure.ac @@ -296,7 +296,7 @@ AC_CHECK_HEADER([machine/apmvar.h],[ AM_CONDITIONAL(BSD_APM, [test "x$ac_cv_BSD_APM" = xyes]) AM_CONDITIONAL(BSD_KQUEUE_APM, [test "x$ac_cv_BSD_KQUEUE_APM" = xyes]) -dnl glibc backtrace support check (hw/xfree86/common/xf86Events.c) +dnl glibc backtrace support check AC_CHECK_HEADER([execinfo.h],[ AC_CHECK_LIB(c, backtrace, [ AC_DEFINE(HAVE_BACKTRACE, 1, [Has backtrace support]) |