configure: Remove "WIBBLE" test
authorDavid Henningsson <david.henningsson@canonical.com>
Wed, 15 Oct 2014 07:10:02 +0000 (09:10 +0200)
committerDavid Henningsson <david.henningsson@canonical.com>
Fri, 24 Oct 2014 13:01:39 +0000 (15:01 +0200)
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 <david.henningsson@canonical.com>
configure.ac

index 74bea71..f426e03 100644 (file)
@@ -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.]))