From: David Henningsson Date: Wed, 15 Oct 2014 07:10:02 +0000 (+0200) Subject: configure: Remove "WIBBLE" test X-Git-Tag: v5.99.1~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e728bcf614924bfa37627653c32ac3ae4d604d4e;p=platform%2Fupstream%2Fpulseaudio.git configure: Remove "WIBBLE" test Apparently "WIBBLE" is just a test, and maybe the test was "How long does it take until somebody notices a strange row in configure.ac and tries to remove it", if so, the test result is "a little over three years". :-) Signed-off-by: David Henningsson --- diff --git a/configure.ac b/configure.ac index 74bea71..f426e03 100644 --- a/configure.ac +++ b/configure.ac @@ -1334,7 +1334,6 @@ AC_ARG_ENABLE([legacy-database-entry-format], if test "x$enable_legacy_database_entry_format" != "xno" ; then AC_DEFINE(ENABLE_LEGACY_DATABASE_ENTRY_FORMAT, [1], [Legacy database entry format]) fi -AC_DEFINE([WIBBLE], 1, [Just a test.]) AC_ARG_ENABLE([static-bins], AS_HELP_STRING([--enable-static-bins],[Statically link executables.]))