diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-19 16:11:35 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-04-19 16:11:35 +0200 |
commit | aa42cc458b2716fc78aa067cd901a1e049c35cd2 (patch) | |
tree | 350a6a199f587cb4560a6e4de3a33905de42ec6d | |
parent | 14ee3940c898144b1a9914570639f42c218bcc9c (diff) |
Remove coredump check
-rw-r--r-- | configure.ac | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac index faf2b7517f..d6bab84717 100644 --- a/configure.ac +++ b/configure.ac @@ -506,14 +506,6 @@ AC_DEFINE_UNQUOTED(SYSTEM_GID_MAX, [$SYSTEM_GID_MAX], [Maximum System GID]) AC_SUBST(SYSTEM_GID_MAX) # ------------------------------------------------------------------------------ -have_coredump=no -AC_ARG_ENABLE(coredump, AS_HELP_STRING([--disable-coredump], [disable coredump hook])) -if test "x$enable_coredump" != "xno"; then - have_coredump=yes -fi -AM_CONDITIONAL(ENABLE_COREDUMP, [test "$have_coredump" = "yes"]) - -# ------------------------------------------------------------------------------ have_polkit=no AC_ARG_ENABLE(polkit, AS_HELP_STRING([--disable-polkit], [disable PolicyKit support])) if test "x$enable_polkit" != "xno"; then @@ -805,7 +797,6 @@ AC_MSG_RESULT([ ACL: ${have_acl} resolved: ${have_resolved} default DNS servers: ${DNS_SERVERS} - coredump: ${have_coredump} polkit: ${have_polkit} blkid: ${have_blkid} dbus: ${have_dbus} |