From 301e5ec9fe3719fac8a2786e8675b19e2242183e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=CC=81clav=20Slavi=CC=81k?= Date: Mon, 5 Oct 2020 17:01:28 +0200 Subject: [PATCH] Fix autogen.mk after e70fc11e cppunit.m4 was removed, don't fail if it's missing. --- build/autogen.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/build/autogen.mk b/build/autogen.mk index f72b447808..537a3f5438 100644 --- a/build/autogen.mk +++ b/build/autogen.mk @@ -56,7 +56,6 @@ ACLOCAL_SOURCES = \ build/aclocal/ax_func_which_gethostbyname_r.m4 \ build/aclocal/bakefile-lang.m4 \ build/aclocal/bakefile.m4 \ - build/aclocal/cppunit.m4 \ build/aclocal/gst-element-check.m4 \ build/aclocal/gtk-2.0.m4 \ build/aclocal/gtk.m4 \