summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Henningsson <david.henningsson@canonical.com>2014-10-15 09:10:02 +0200
committerDavid Henningsson <david.henningsson@canonical.com>2014-10-24 15:01:39 +0200
commite728bcf614924bfa37627653c32ac3ae4d604d4e (patch)
treed1f1d3ff7d1e6a9667df09a40856eec573b7cc75
parent22827a5e1e627115ae44a297be2ba5b35561700f (diff)
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 <david.henningsson@canonical.com>
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 74bea71e8..f426e0335 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.]))