Removed support for testing with dmalloc (valgrind is better...).
[gedcom-parse.git] / configure.in
index 82e16b7a8d9901dc960cd8eb1779b2a26294ab9f..fbb85eca367a1ea203a88a156acf8471baa3ff7c 100644 (file)
@@ -58,13 +58,6 @@ fi
 dnl =============================================================
 dnl Checks for libraries.
 AM_GNU_GETTEXT([use-libtool],[need-ngettext])
-AM_WITH_DMALLOC
-
-dnl == Make statically linked test program for dmalloc tests
-if test "$with_dmalloc" = "yes"; then
-  EXTRA_PROGS=gomtest_static
-fi
-AC_SUBST(EXTRA_PROGS)
 
 dnl =============================================================
 dnl Checks for typedefs, structures, and compiler characteristics.