aboutsummaryrefslogtreecommitdiff
path: root/m4
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 /m4
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 'm4')
-rw-r--r--m4/openvswitch.m45
1 files changed, 0 insertions, 5 deletions
diff --git a/m4/openvswitch.m4 b/m4/openvswitch.m4
index ceb10732..f9b7e578 100644
--- a/m4/openvswitch.m4
+++ b/m4/openvswitch.m4
@@ -98,11 +98,6 @@ AC_DEFUN([OVS_CHECK_OPENSSL],
AC_DEFINE([HAVE_OPENSSL], [1], [Define to 1 if OpenSSL is installed.])
fi])
-dnl Checks for libraries needed by lib/fault.c.
-AC_DEFUN([OVS_CHECK_FAULT_LIBS],
- [AC_CHECK_LIB([dl], [dladdr], [FAULT_LIBS=-ldl])
- AC_SUBST([FAULT_LIBS])])
-
dnl Checks for libraries needed by lib/socket-util.c.
AC_DEFUN([OVS_CHECK_SOCKET_LIBS],
[AC_CHECK_LIB([socket], [connect])