14 lines
552 B
Diff
14 lines
552 B
Diff
diff --git a/configure.ac b/configure.ac
|
|
index 4a4dd0a..10981e4 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -11,7 +11,7 @@ AC_CONFIG_SRCDIR([lib/ringbuffer.c])
|
|
AC_CONFIG_HEADERS([include/config.h include/qb/qbconfig.h])
|
|
AC_USE_SYSTEM_EXTENSIONS
|
|
|
|
-AM_INIT_AUTOMAKE([-Wno-portability dist-xz color-tests parallel-tests])
|
|
+AM_INIT_AUTOMAKE([-Wno-portability dist-xz])
|
|
dnl automake >= 1.11 offers --enable-silent-rules for suppressing the output from
|
|
dnl normal compilation. When a failure occurs, it will then display the full
|
|
dnl command line
|