summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2018-06-24 23:25:41 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2018-06-24 23:25:41 +0200
commita2e255bb821da075de5d35c7f7f1314adc8a938e (patch)
tree0cdb4dec90309735917d155ce3ac28e5179d9f55
parentc5db89dfa4e31c3ac98b8aef2da165881b02d94c (diff)
downloadgdm-wip/nielsdg/remove-execinfo.tar.gz
configure.ac: Remove execinfo.h check.wip/nielsdg/remove-execinfo
The backtrace() call is no longer being used and as such, neither is the execinfo header.
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 77bf1227..1b76f60a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1021,12 +1021,6 @@ AC_SUBST(RBAC_LIBS)
dnl ---------------------------------------------------------------------------
-dnl check for backtrace support
-dnl ---------------------------------------------------------------------------
-
-AC_CHECK_HEADERS(execinfo.h)
-
-dnl ---------------------------------------------------------------------------
dnl check for process control
dnl ---------------------------------------------------------------------------