The eFence memory debugging tool has these days been superseded by Valgrind and
Address Sanitizer. Closes #1827.
### Changed
- Cgraph's agheap() API has been removed
+- Autotools build system support for eFence has been removed
### Fixed
- gvpr: line numbers in gvpr errors/warnings are incorrect #1594
AC_SUBST([LIBLTDL_LDFLAGS])
LIBS="$save_LIBS"
-dnl -----------------------------------
-dnl ElectricFence support for debugging
-
-AC_ARG_WITH(efence,
- [AS_HELP_STRING([--with-efence=no],[use efence for debugging memory use])],
- [],[with_efence=no])
-if test "x$with_efence" = "xyes"; then
- LIBS="$LIBS -lefence"
-fi
-
dnl -----------------------------------
dnl Checks for X header files.