From 5b990a47714ea21911538304f9350edefe349299 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Fri, 16 Dec 2011 14:06:08 +0100 Subject: configure: fix tests/GNUmakefile.in not found regression This patch fixes the following problem: configure.ac:108: required file `tests/GNUmakefile.in' not found which has been introduced in commit: 42a3b65198f65134ac049172d5c9b998ae6220de tests: remove test example Signed-off-by: Marc Kleine-Budde --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 76b2304..fef2904 100644 --- a/configure.ac +++ b/configure.ac @@ -111,7 +111,6 @@ AC_CONFIG_FILES([ config/GNUmakefile include/GNUmakefile src/GNUmakefile - tests/GNUmakefile ]) AC_OUTPUT -- cgit v1.2.3