]> git.sesse.net Git - vlc/commitdiff
Revert "configure.ac: Enable color-test automake option."
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 12 Jan 2010 20:00:24 +0000 (22:00 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 12 Jan 2010 20:00:24 +0000 (22:00 +0200)
This reverts commit 380fc82a97eee5ce7e12e3e879e5075bb61fa847.

This fixes bootstrap with automake 1.9 and 1.10.

configure.ac

index 356f6311ca82dae2a965897c8695f843f8880dd5..12fd3109f5b5cc797ca1c5699475cb9e523526d2 100644 (file)
@@ -22,7 +22,7 @@ AC_CONFIG_LIBOBJ_DIR(compat)
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 
-AM_INIT_AUTOMAKE(tar-ustar color-tests)
+AM_INIT_AUTOMAKE(tar-ustar)
 AM_CONFIG_HEADER(config.h)
 
 # Disable with "./configure --disable-silent-rules" or "make V=1"