aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2009-12-21 16:38:58 -0800
committerBen Pfaff <blp@nicira.com>2010-01-06 17:01:56 -0800
commit250382a8fc839cb077b2636983a1c1de0d6b0e17 (patch)
treec77fb57c58c3550aca6eabdedde8443fe9fa64c1 /configure.ac
parent6f61c75b17a9906f88aae4b4a8fbdc12070cf34f (diff)
Remove "fault" module.
This module, which catches segmentation faults and prints a backtrace before exiting, was useful for a while, but I believe that it has now outlived its purpose. It is altogether better to have a core dump from which one can extract much more information than a usually-poor backtrace, and core dumps are much better integrated into a typical Unix system. In addition, the "fault" module was of course not all that portable.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a94ff93c..92d5ac03 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,7 +58,6 @@ OVS_CHECK_MALLOC_HOOKS
OVS_CHECK_VALGRIND
OVS_CHECK_TTY_LOCK_DIR
OVS_CHECK_SOCKET_LIBS
-OVS_CHECK_FAULT_LIBS
AC_CHECK_FUNCS([strsignal])