From 135e5d3d9be8524925d11d5ba855982840ad01dd Mon Sep 17 00:00:00 2001 From: Gregory Maxwell <greg@xiph.org> Date: Sun, 29 Apr 2012 20:24:36 -0400 Subject: [PATCH] Remove automake color-tests and parallel-tests because they break solaris and require much newer autotools. This reverts commit a69368e1c0a028b50f1c00864d9c7c2f4527a089. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 5494440f8..92766f5a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -AUTOMAKE_OPTIONS = subdir-objects color-tests parallel-tests +AUTOMAKE_OPTIONS = subdir-objects lib_LTLIBRARIES = libopus.la -- GitLab