summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-05-28 12:02:47 +0000
committerChris Wilson <chris+github@qwirx.com>2008-05-28 12:02:47 +0000
commitfbf475917f44d32e44a615eb735a62e282b4586b (patch)
tree8f9229a54ec0ee4954f464ba7a5c032188ccca35 /configure.ac
parent42b0a674db95c8d2bcfabf4579081aab12017eaa (diff)
Check for cxxabi.h (C++ name demangling for stack traces on libstdc++)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1f159eaf..da407dc9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -109,7 +109,7 @@ esac
AC_HEADER_STDC
AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS([dlfcn.h execinfo.h getopt.h process.h pwd.h signal.h])
-AC_CHECK_HEADERS([syslog.h time.h])
+AC_CHECK_HEADERS([syslog.h time.h cxxabi.h])
AC_CHECK_HEADERS([netinet/in.h])
AC_CHECK_HEADERS([sys/param.h sys/socket.h sys/time.h sys/types.h sys/wait.h])
AC_CHECK_HEADERS([sys/uio.h sys/xattr.h])