Removed support for testing with dmalloc (valgrind is better...).
[gedcom-parse.git] / configure.in
index e09564e8c9cf184e7c9eecdef164cec9932cc24c..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.
@@ -147,4 +140,5 @@ AC_OUTPUT(GNUmakefile
          include/Makefile
          include/gedcom.h
           intl/Makefile
-          po/Makefile.in)
+          po/Makefile.in
+         m4/Makefile)