aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 08f239d3d..1edf91a30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -148,6 +148,9 @@ dnl ******************
AC_CHECK_FUNCS([mkdtemp])
+dnl for backtrace()
+AC_CHECK_HEADERS([execinfo.h])
+
dnl Check for -Wdeclaration-after-statement (since gcc 3.4)
if test "x$enable_maintainer_mode" = "xyes"; then