From 2abc107b24f73b8c4664189c34196d9a27a3e339 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 16 Jun 2018 18:05:00 +0200 Subject: Port the rest of the unittests to DGUnit and remove the CppUnit dependency. --- configure.ac | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f60493c..456cb74 100644 --- a/configure.ac +++ b/configure.ac @@ -207,16 +207,6 @@ dnl ====================== AC_ARG_WITH([test], AS_HELP_STRING([--with-test], [Build unit tests])) -AS_IF([test x$with_test == xyes], - [ - AC_MSG_WARN([*** Building unittests!]) - PKG_CHECK_MODULES([CPPUNIT], [ cppunit >= 1.9.6 ], [], - [ - AC_MSG_ERROR([$CPPUNIT_PKG_ERRORS]) - ]) - ] -) - AM_CONDITIONAL([ENABLE_TESTS], [test "x$with_test" = "xyes"]) dnl ====================== -- cgit v1.2.3